mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-30 02:56:44 +00:00 
			
		
		
		
	Commented out unused function
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@51 ea6a568a-9f4f-0410-981a-c910a81bb256
This commit is contained in:
		
							parent
							
								
									17a002f712
								
							
						
					
					
						commit
						ebf1862971
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -289,6 +289,7 @@ const int cube_num_tris = 12; | ||||||
| // Create a (trimesh) box with the given dimensions. Used for bounding
 | // Create a (trimesh) box with the given dimensions. Used for bounding
 | ||||||
| // boxes. TODO: I guess we have to use the NIF-specified bounding box
 | // boxes. TODO: I guess we have to use the NIF-specified bounding box
 | ||||||
| // for this, not our automatically calculated one.
 | // for this, not our automatically calculated one.
 | ||||||
|  | /*
 | ||||||
| extern "C" void bullet_createBox(float xmin, float ymin, float zmin, | extern "C" void bullet_createBox(float xmin, float ymin, float zmin, | ||||||
|                                  float xmax, float ymax, float zmax, |                                  float xmax, float ymax, float zmax, | ||||||
|                                  float *trans, float *matrix) |                                  float *trans, float *matrix) | ||||||
|  | @ -315,6 +316,7 @@ extern "C" void bullet_createBox(float xmin, float ymin, float zmin, | ||||||
|                  cube_num_verts, vbuffer, |                  cube_num_verts, vbuffer, | ||||||
|                  trans, matrix); |                  trans, matrix); | ||||||
| } | } | ||||||
|  | */ | ||||||
| 
 | 
 | ||||||
| // Create a triangle shape and insert it into the current index/vertex
 | // Create a triangle shape and insert it into the current index/vertex
 | ||||||
| // array. If no array is active, create one.
 | // array. If no array is active, create one.
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue