Browse Source

Update models_mesh_generation.c

pull/3433/head
Ray 1 year ago
parent
commit
7290ea9bfb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/models/models_mesh_generation.c

+ 1
- 1
examples/models/models_mesh_generation.c View File

@ -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));

Loading…
Cancel
Save