This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Update core_3d_fps_controller.c
pull/5004/head
Agnis Aldiņš "NeZvērs
3 months ago
parent
4d5a56a5f8
commit
4233544670
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
examples/core/core_3d_fps_controller.c
+ 3
- 1
examples/core/core_3d_fps_controller.c
View File
@ -356,5 +356,7 @@ void DrawLevel()
towerPos
.
x
*
=
-
1
;
DrawCubeV
(
towerPos
,
towerSize
,
towerColor
)
;
DrawCubeWiresV
(
towerPos
,
towerSize
,
DARKBLUE
)
;
}
/
/
Red
sun
DrawSphere
(
(
Vector3
)
{
300.f
,
300.f
,
0.f
}
,
100.f
,
(
Color
)
{
255
,
0
,
0
,
255
}
)
;
}
Write
Preview
Loading…
Cancel
Save