Applied Object-Based Programming with Blitz3D
Blitz3D Forums/Blitz3D Tutorials/Applied Object-Based Programming with Blitz3D A very well structured, informative and well written piece of work. Well done on providing such an invaluable reference source.
anybody know what happening to this article? i was trying to find it again but seems it disappeared. :P anyone know of a mirror of the site out there?
thx
thx
Looks like their server is down. I'll host it here in PDF format until I'm told differently.
http://jnoodle.com/blitz/AOBPwB3D.pdf
http://jnoodle.com/blitz/AOBPwB3D.pdf
thanks much jman!
Sorry to revive this thread, but does anyone know where this document can still be found? Thx.
I had an html version of this on a old CD.
I zipped it up and you can get it here.
http://www.geocities.com/blitzmirror/
I zipped it up and you can get it here.
http://www.geocities.com/blitzmirror/
Thx markcw, I got it from your link... I appreciate it! Cheers!
Links have been updated. Sorry for the inconvenience.
I prefer to work with shortnames.
Going like "myAlien\Entity" takes more time then "a\e"
for a.alien = new alien
a\e=createcube()
a\x=1
a\y=2
a\z=3
a\pitch=0
a\yaw=0
a\roll=0
next
Going like "myAlien\Entity" takes more time then "a\e"
for a.alien = new alien
a\e=createcube()
a\x=1
a\y=2
a\z=3
a\pitch=0
a\yaw=0
a\roll=0
next