Package | away3d.lights.shadowmaps |
Class | public class DirectionalShadowMapper |
Inheritance | DirectionalShadowMapper ![]() ![]() |
Method | Defined by | ||
---|---|---|---|
DirectionalShadowMapper | |||
![]() |
dispose():void
| ShadowMapperBase | |
![]() |
getDepthMap(contextIndex:uint):TextureBase
| ShadowMapperBase |
Method | Defined by | ||
---|---|---|---|
DirectionalShadowMapper | |||
DirectionalShadowMapper |
depthProjection | property |
depthProjection:Matrix3D
[read-only]Depth projection matrix that projects from scene space to depth map.
Implementation arcane function get depthProjection():Matrix3D
DirectionalShadowMapper | () | constructor |
public function DirectionalShadowMapper(light:DirectionalLight)
Parameters
light:DirectionalLight |
drawDepthMap | () | method |
protected override function drawDepthMap(target:TextureBase, scene:Scene3D, renderer:DepthRenderer):void
Parameters
target:TextureBase |
|
scene:Scene3D |
|
renderer:DepthRenderer |
updateDepthProjection | () | method |
protected override function updateDepthProjection(viewCamera:Camera3D):void
Parameters
viewCamera:Camera3D |