Skin MovieSkin Allow you to texture a 3D Object with a movieClip wich contains animation, picture, or video.
new MovieSkin()public function MovieSkin(url:String, bDontAnimate:Boolean, bSmooth:Boolean)Create a new MovieSkin.
url | : URL to load |
bDontAnimate | : Boolean; if true (the default in Sandy 1.2) we DISABLE the automatic update of the texture property. |
bSmooth | : Boolean; if true perform smoothing (performance-intensive). |
public smooth:Boolean [Read Only]public url:String [Read Only]public dontAnimate:Booleanpublic function getType(Void):SkinTypegetType, returns the type of the skin
Void |
The appropriate SkinType
public function getMovie(Void):MovieClipReturns the MovieClip used to texture objects with. Useful for example when you need to apply a function to the movieClip, such as stop(), gotoAndPlay(), etc..
Void |
MovieClip The movieclip which is used to texture objects
public function begin(f:IPolygon, mc:MovieClip):VoidStart the rendering of the Skin
f | The face which is being rendered |
mc | The mc where the face will be build. |
public function end(f:IPolygon, mc:MovieClip):VoidFinish the rendering of the Skin
f | The face which is being rendered |
mc | The mc where the face will be build. |