' Rapid-Q by William Yu (c)1999-2000 . ' ================================================================================ ' Upload_il_tuo_script_su_Rapidq.it ' D3dWrap_-_C___Values public void Init(int typ, d3drmFrame ref, float ox, float oy, float oz, float dx, float dy, float dz, float ux, float uy, float uz, float ou, float ov, float su, float sv); Initializes a d3drmWrap object. Return Value: No return value. __________________________________________________________________________ |Parameter_____|Description________________________________________________| |typ___________|One_wrap_type_value._______________________________________| |ref |d3drmFrame object representing the reference frame for this| |______________|d3drmWrap_object.__________________________________________| |ox,_oy,_and_oz|Coordinate_values_of_the_origin_of_the_wrap._______________| |dx,_dy,_and_dz|Z-axis_of_the_wrap.________________________________________| |ux,_uy,_and_uz|Y-axis_of_the_wrap.________________________________________| |ou_and_ov_____|Origin_in_the_texture._____________________________________| |su_and_sv_____|Scale_factor_in_the_texture._______________________________| See Also: CreateWrap ' =============================================================================== ' 2003 Holyguard.net - 2007_Abruzzoweb