View source
class PlanarReflectionTexture
package away3d.textures
extends RenderTexture › Texture2DBase › TextureProxyBase › NamedAssetBase
Available on all platforms
PlanarReflectionTexture is a Texture that can be used for material-based planar reflections, as provided by PlanarReflectionMethod, FresnelPlanarReflectionMethod.
See also:
away3d.materials.methods.PlanarReflectionMethod
Constructor
Variables
Methods
applyTransform(matrix:Matrix3D):Void
Sets the plane to match a given matrix. This is used to easily match a Mesh using a PlaneGeometry and yUp = false.
Parameters:
matrix | The transformation matrix to rotate the plane with. |
|---|