mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-21 17:21:45 +00:00
EXAMPLES: Format tweaks
This commit is contained in:
@@ -45,7 +45,7 @@ int main(void)
|
||||
// Load gltf model
|
||||
Model model = LoadModel("resources/models/gltf/robot.glb");
|
||||
Vector3 position = { 0.0f, 0.0f, 0.0f }; // Set model position
|
||||
|
||||
|
||||
// Load gltf model animations
|
||||
int animsCount = 0;
|
||||
unsigned int animIndex = 0;
|
||||
|
Reference in New Issue
Block a user