|
Camera camera = {{ 3.0, 3.0, 3.0 }, { 0.0, 1.5, 0.0 }, { 0.0, 1.0, 0.0 }};
|
|
Camera camera = {{ 3.0, 3.0, 3.0 }, { 0.0, 1.5, 0.0 }, { 0.0, 1.0, 0.0 }};
|
|
SetModelTexture(&dwarf, texture); // Bind texture to model
|
|
SetModelTexture(&dwarf, texture); // Bind texture to model
|
|
Vector3 position = { 0.0, 0.0, 0.0 }; // Set model position
|
|
Vector3 position = { 0.0, 0.0, 0.0 }; // Set model position
|