Fixup for rl 3.7
This commit is contained in:
parent
a8d8d4b9bc
commit
004388133b
7 changed files with 23 additions and 24 deletions
|
|
@ -23,7 +23,7 @@ pub fn main() anyerror!void {
|
|||
.target = Vector3{ .x = 0.0, .y = 10.0, .z = 0.0 }, // Camera looking at point
|
||||
.up = Vector3{ .x = 0.0, .y = 1.0, .z = 0.0 }, // Camera up vector (rotation towards target)
|
||||
.fovy = 45.0, // Camera field-of-view Y
|
||||
.type = CameraType.CAMERA_PERSPECTIVE, // Camera mode type
|
||||
.projection = CameraProjection.CAMERA_PERSPECTIVE, // Camera mode type
|
||||
};
|
||||
|
||||
var model = LoadModel(resourceDir ++ "models/castle.obj"); // Load model
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue