Add model

This commit is contained in:
bdnugget 2024-10-02 13:33:34 +02:00
parent 0ece113e79
commit d3de2401f3
6 changed files with 112544 additions and 1 deletions

View File

@ -233,7 +233,7 @@ func main() {
rl.SetTargetFPS(60)
// Music
music := rl.LoadMusicStream("resources/GoonScape2.mp3")
music := rl.LoadMusicStream("resources/audio/GoonScape2.mp3")
rl.PlayMusicStream(music)
rl.SetMusicVolume(music, 0.5)
defer rl.UnloadMusicStream(music)

View File

@ -0,0 +1,12 @@
# Blender 3.6.0 MTL File: 'None'
# www.blender.org
newmtl Material.001
Ns 250.000000
Ka 1.000000 1.000000 1.000000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd Minion_full_body_A__1002112559.png

112531
resources/models/goonion.obj Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB