Small World Engine API Reference - v0.46.1
    Preparing search index...

    Class PlanarReflectionNode

    A node that renders the scene from a mirrored perspective into a RenderTarget.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    behaviors: Behavior[] = []
    bounds: BoundingVolume | undefined = undefined
    castShadow: boolean = false
    children: Object3D[] = []
    frustumCulled: boolean = true
    geometry: GeometryDataInterface | undefined = undefined
    inFrustum: boolean = true
    isPickable: boolean = false
    isStatic: boolean = false
    isVisible: boolean = true
    localMatrix: Matrix4 = ...
    material: AbstractMaterial | undefined = undefined
    mirrorCamera: Camera
    name: string = ""
    onPointerClick?: () => void
    onPointerDown?: (ray: Ray, intersectionPoint: Vector3D) => void
    onPointerEnter?: () => void
    onPointerLeave?: () => void
    onPointerMove?: (ray: Ray) => void
    onPointerUp?: () => void
    parent: Object3D | undefined = undefined
    position: Vector3D = ...
    receiveShadow: boolean = false
    renderTarget: RenderTarget
    rotation: Vector3D = ...
    scale: Vector3D = ...
    uuid: string = ...
    worldMatrix: Matrix4 = ...

    Methods