Packageaway3d.materials
Interfacepublic interface IUpdatingMaterial
ImplementorsAbstractShader, BitmapMaterial, BitmapMaterialContainer, CenterLightingMaterial, CompositeMaterial

Interface for materials that require updating every render loop

Public Methods
 MethodDefined by
  
updateMaterial(source:Object3D, view:View3D):void
Called once per render loop when material is visible.
IUpdatingMaterial
Method detail
updateMaterial()method
public function updateMaterial(source:Object3D, view:View3D):void

Called once per render loop when material is visible.

Parameters
source:Object3D
 
view:View3D
Wiki link
Click to go to the wiki page for ####WIKI####

Code examples

Comments