forked from KolibriOS/kolibrios
Free3D version 0.5
1) PNG textures 128x128 2) using libraries cnv_png.obj and archiver.obj 3) using dinamically allocation of memory git-svn-id: svn://kolibrios.org@1880 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
2118401afb
commit
8f38b2b58b
3
programs/demos/free3d/trunk/build.bat
Normal file
3
programs/demos/free3d/trunk/build.bat
Normal file
@ -0,0 +1,3 @@
|
||||
@fasm free3d.asm free3d
|
||||
@kpack free3d
|
||||
@pause
|
11
programs/demos/free3d/trunk/build.sh
Executable file
11
programs/demos/free3d/trunk/build.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
# This script does for linux the same as build.bat for DOS,
|
||||
# it compiles the KoOS kernel, hopefully ;-)
|
||||
|
||||
fasm -m 16384 free3d.asm free3d
|
||||
kpack free3d
|
||||
exit 0
|
||||
|
||||
|
||||
|
||||
|
1356
programs/demos/free3d/trunk/free3d.asm
Normal file
1356
programs/demos/free3d/trunk/free3d.asm
Normal file
File diff suppressed because it is too large
Load Diff
BIN
programs/demos/free3d/trunk/texture_24b.png
Normal file
BIN
programs/demos/free3d/trunk/texture_24b.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 236 KiB |
Loading…
Reference in New Issue
Block a user