Review resources/licensing usage
This commit is contained in:
parent
dc20bc46ab
commit
3bbfcfc0a7
15 changed files with 102 additions and 32865 deletions
|
|
@ -43,8 +43,8 @@ public class CustomUniform
|
|||
camera.FovY = 45.0f;
|
||||
camera.Projection = CameraProjection.CAMERA_PERSPECTIVE;
|
||||
|
||||
Model model = LoadModel("resources/models/barracks.obj");
|
||||
Texture2D texture = LoadTexture("resources/models/barracks_diffuse.png");
|
||||
Model model = LoadModel("resources/models/obj/barracks.obj");
|
||||
Texture2D texture = LoadTexture("resources/models/obj/barracks_diffuse.png");
|
||||
|
||||
// Set model diffuse texture
|
||||
Raylib.SetMaterialTexture(ref model, 0, MaterialMapIndex.MATERIAL_MAP_ALBEDO, ref texture);
|
||||
|
|
|
|||
Loading…
Reference in a new issue