Welcome to Pauls PureProject
 Home Online Reference Guide duplicated from http://cvs.purebasic.com  
 Online Resources
   · Reference

 Libraries
     2DDrawing
     Billboard
     Camera
     CDAudio
     Cipher
     Clipboard
     Console
     Database
     Date
     Desktop
     Engine3D
     Entity
     File
     FileSystem
     Font
     Gadget
     Help
     Image
     ImagePlugin
     Joystick
     Keyboard
     Library
     Light
     LinkedList
     Material
     Math
     Memory
     Menu
     Mesh
     Misc
     Module
     Mouse
     Movie
     Network
     OnError
     Packer
     Palette
     Particle
     Preference
     Printer
     Requester
     Sort
     Sound
     SoundPlugin
     Sprite
     Sprite3D
     StatusBar
     String
     SysTray
     Terrain
     Texture
     Thread
     Toolbar
     Window

 RotateSprite3D

Syntax

RotateSprite3D(#Sprite3D, Angle, Mode)
Description
Rotates the specified #Sprite3D to the given 'Angle'. The 'Angle' value can be from 0 to 360. 'Mode' value take the following values:

0: All dimensions are reset to original one (so all previous zoom or rotates operations are reseted). This is very useful when several sprites are displayed in the same time using the same #Sprite3D, so each sprite can be displayed correctly, with its own angle.
1: The previous sprite dimensions/transformations aren't modified. This allows to use the ZoomSprite3D() command before the rotate command but make the #Sprite3D sharing more difficult.

Supported OS

Windows

<- IsSprite3D() - Sprite3D Index - Sprite3DBlendingMode() ->



Hosted by Reel Media Productions Copyright©2001-2004 All Rights Reserved