PlaneHelper
Helper that visualizes the position and direction of a plane.
Constructor
PlaneHelper
-
cfg
Parameters:
-
cfg
Configuration
-
[pos=[0,0,0]
Float32Array optionalWorld-space position.
-
[dir=[0,0,1]
Float32Array optionalWorld-space direction vector.
-
[color=[0.4,0.4,0.4]
Float32Array optionalEmmissive color
-
[solid=true]
Boolean optionalIndicates whether or not this helper is filled with color or just wireframe.
-
[visible=true]
Boolean optionalIndicates whether or not this helper is visible.
-
[planeSize]
Float32Array optionalThe width and height of the PlaneHelper plane indicator.
-
[autoPlaneSize=false]
Boolean optionalIndicates whether or not this PlaneHelper's planeSize is automatically sized to fit within the Scene's boundary.
-
Properties
autoPlaneSize
Boolean
Indicates whether this PlaneHelper's planeSize is automatically generated or not.
When auto-generated, planeSize will automatically size to fit within the Scene's boundary.
Default: false
color
Float32Array
Emmissive color of this PlaneHelper.
Default: [0.4,0.4,0.4]
dir
Float32Array
World-space direction of this PlaneHelper.
Default: [0,0,1]
planeSize
Float32Array
The width and height of the PlaneHelper plane indicator.
Values assigned to this property will be overridden by an auto-computed value when autoPlaneSize is true.
Default: [1,1]
solid
Boolean
Indicates whether this PlaneHelper is filled with color or just wireframe.
Default: true
visible
Boolean
Indicates whether this PlaneHelper is visible or not.
Default: true
worldPos
Float32Array
World-space position of this PlaneHelper.
Default: [0,0,0]