View source
class CompiledPass
package away3d.materials.passes
extends MaterialPassBase
extended by LightingPass, ShadowCasterPass, SuperShaderPass
Available on all platforms
CompiledPass forms an abstract base class for the default compiled pass materials provided by Away3D, using material methods to define their appearance.
Constructor
new(material:MaterialBase)
Creates a new CompiledPass object.
Parameters:
material | The material to which this pass belongs. |
|---|