mirror of
				https://github.com/raysan5/raylib.git
				synced 2025-10-26 12:27:01 +00:00 
			
		
		
		
	Update models_mesh_generation.c
This commit is contained in:
		| @@ -36,7 +36,7 @@ int main(void) | ||||
|  | ||||
|     Model models[NUM_MODELS] = { 0 }; | ||||
|  | ||||
|     models[0] = LoadModelFromMesh(GenMeshPlane(2, 2, 5, 5)); | ||||
|     models[0] = LoadModelFromMesh(GenMeshPlane(2, 2, 4, 3)); | ||||
|     models[1] = LoadModelFromMesh(GenMeshCube(2.0f, 1.0f, 2.0f)); | ||||
|     models[2] = LoadModelFromMesh(GenMeshSphere(2, 32, 32)); | ||||
|     models[3] = LoadModelFromMesh(GenMeshHemiSphere(2, 16, 16)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ray
					Ray