' Rapid-Q by William Yu (c)1999-2000 . ' ================================================================================ ' Upload_il_tuo_script_su_Rapidq.it ' Qd3dframe ****** QD3DFRAME Component ****** QD3DFrame implements IDirect3DRMFrame. QD3DFrame Properties Field Type R/W Default =================== =================== =================== =================== FogColor INTEGER RW FogEnabled INTEGER RW FogMode INTEGER RW QD3DFrame Methods Method Type Description Params =================== =================== =================== =================== AddFrame SUB (Frame AS Add a frame to this 1 QD3DFrame) frame AddLight SUB (Light AS Add light object to 1 QD3DLight) frame AddScale SUB (CombineType%, Add scale 4 X#, Y#, Z#) AddVisual SUB (Visual AS QD3DMeshBuilder/ Add visual object 1 QD3DMesh/ to frame QD3DVisual) CreateFrame SUB (Frame AS Create frame 1 QD3DFrame) relative to this DeleteFrame SUB (Frame AS Removes a frame 1 QD3DFrame) from hierarchy DeleteLight SUB (Light AS Removes light 1 QD3DLight) object from frame DeleteVisual SUB (Visual AS QD3DMeshBuilder/ Removes visual 1 QD3DMesh/ object from frame QD3DVisual) Load SUB (FileName AS Load a frame from 1 STRING) .X file LookAt SUB (F AS QD3DFrame, Fix frame and 2 Constraint AS constrain rotation INTEGER) Move SUB (D AS DOUBLE) Moves frame 1 (rotate) SetBackgroundImage SUB (Texture AS Add texture to 1 QD3DTexture) frame SetBackgroundRGB SUB (R#, G#, B#) Set background 3 color SetFogParams SUB (Start#, End#, Set fog parameters 3 Density#) SetOrientation SUB (DX#, DY#, DZ#, Set orientation of 6 UX#, UY#, UZ#) frame SetPosition SUB (X#, Y#, Z#) Set viewing 3 position of frame SetRotation SUB (X#, Y#, Z#, Set rotation 4 Theta#) relative to X,Y,Z SetTexture SUB (Tex AS Add texture 1 QD3DTexture) backdrop to frame QD3DFrame Events Event Type Occurs when... Params =================== =================== =================== =================== QD3DFrame Examples ' =============================================================================== ' 2003 Holyguard.net - 2007_Abruzzoweb