View source
class PlanarReflectionMethod
package away3d.materials.methods
extends EffectMethodBase › ShadingMethodBase › NamedAssetBase
Available on all platforms
PlanarReflectionMethod is a material method that adds reflections from a PlanarReflectionTexture object.
See also:
away3d.textures.PlanarReflectionTexture
Constructor
new(texture:PlanarReflectionTexture, alpha:Float = 1)
Creates a new PlanarReflectionMethod
Parameters:
texture | The PlanarReflectionTexture used to render the reflected view. |
|---|---|
alpha | The reflectivity of the surface. |