|
|
Browse by Tags
All Tags » example » 3D
-
The joystick methods are apart of the GameInput system class, there are examples of its use in: 4) Class Library Learning Examples / JoyStick.
The Astroids3D demo example code is on the ftp server at: ftp://ftp.phrogram.ftpserver.biz/phrogram
Hope this helps have fun
-
This is as close to what you are asking for as I can get you, I hope this helps Program TestErrorTextLabel Define Testing As Error // Define a string to use for the error message Define GlolbalErrorMessage As String Method ...
-
This is a example of how to add Roll and Acceleration to a 3D Space Fighter flying program, it also shows some example code for having the camera follow the ship at different speeds, it's lot's of fun to fly and has lots of good examples of how to do fun things with flying 3D models.
-
Hi Oy, Please inspect this code and comments, I have added several functions to your code and fixed your issues, I'm not trying to write this program for you just give you food for thought as you continue working on it.
features added:
Ship Roll right and left
Speed control limits for slow speed camera jitter
Camera follow ...
-
I added the turnleft and turnright features so now you can spiral also, check it out
-
This is one of the Advanced Learning Examples included with Phrogram. It renders a 3D arrow among a random field of 3D spheres. The program uses a 3D distance calculation to identify the sphere nearest to the arrow, then rotates the arrow to point at the sphere, moves it forward until the arrow "pops" the sphere, then the ...
|
|
|