' Rapid-Q by William Yu (c)1999-2000 . ' ================================================================================ ' Upload_il_tuo_script_su_Rapidq.it ' Qd3dmeshbuilder ****** QD3DMESHBUILDER Component ****** QD3DMeshBuilder implements IDirect3DRMMeshBuilder. QD3DMeshBuilder Properties Field Type R/W Default =================== =================== =================== =================== FaceCount INTEGER R QD3DMeshBuilder Methods Method Type Description Params =================== =================== =================== =================== AddFace SUB (Face AS Add a face to mesh 1 QD3DFace) object AddVertex SUB (X#, Y#, Z#) Add a vertex 3 CreateFace SUB (Face AS Creates a new face 1 QD3DFace) with no vertices CreateMesh SUB (Mesh AS Create mesh from 1 QD3DMesh) meshbuilder DeleteFace SUB (Face AS Delete face from 1 QD3DFace) meshbuilder GetFace SUB (Index AS LONG, Get a single mesh 2 Face AS QD3DFace) face Load SUB (S AS STRING) Load an object file 1 (.x file) Move SUB (D AS DOUBLE) Moves frame 1 (rotate) Scale SUB (X#,Y#,Z#) Scale object 3 SetQuality SUB (Quality AS Set rendering 1 INTEGER) quality SetRGB SUB (R#, G#, B#) Set object's color 3 SetRGBA SUB (R#, G#, B#, Add color w/ 4 A#) alphablending SetTexture SUB (Tex AS Add texture 1 QD3DTexture) backdrop to object Translate SUB (TX#, TY#, TZ#) Translate is a move 3 operation but in 3D QD3DMeshBuilder Events Event Type Occurs when... Params =================== =================== =================== =================== QD3DMeshBuilder Examples ' =============================================================================== ' 2003 Holyguard.net - 2007_Abruzzoweb