RoomleConfigurator.Internal.GroundContactCamera

configurator-core/src/roomle-configurator.internal.GroundContactCamera

Hierarchy

  • OrthographicCamera

    GroundContactCamera

Table of contents

Constructors

Methods

Constructors

constructor

new GroundContactCamera()

Overrides

OrthographicCamera.constructor

Methods

setCameraHelperVisibility

setCameraHelperVisibility(visible): void

Parameters

NameType

visible

boolean

Returns

void


updateCameraFarPlane

updateCameraFarPlane(farPlane): void

Parameters

NameType

farPlane

number

Returns

void


updateCameraFormPlaneSize

updateCameraFormPlaneSize(planeSize, farPlane): void

Parameters

NameType

planeSize

number

farPlane

number

Returns

void


updateCameraHelper

updateCameraHelper(enabled, scene?): void

Parameters

NameType

enabled

boolean

scene?

Scene

Returns

void

Last updated