randomthings
28-09-2009, 22:11
Does anyone think that TBGL has the capability to display the model more than one time?
For an example, projectiles using an M15 model. Where more than one is drawn on the screen when being fired out by the player.
For more understanding:
Code:
Load a 3DModel
For T=1 to 5
Draw a 3DModel at X*25,0,100
Next T
the result would be 5 models being drawn on to the screen.
possible?
For an example, projectiles using an M15 model. Where more than one is drawn on the screen when being fired out by the player.
For more understanding:
Code:
Load a 3DModel
For T=1 to 5
Draw a 3DModel at X*25,0,100
Next T
the result would be 5 models being drawn on to the screen.
possible?