Geometry
object
geometry : Useful namespace for helping with geometry utility functions
THREE.BufferGeometry
geometry.UIPlane(width, height, radius_corner, smoothness) ⇒ This construction function creates the UIPlane that is used as the backdrop for most mrjs Panel divs.
Kind: static method of geometry
Returns: THREE.BufferGeometry
- - The completed threejs plane object.
Param | Type | Description |
---|---|---|
width | number |
the expected width of the plane. |
height | number |
the expected height of the plane. |
radius_corner | number |
the expected radius value to curve the planes corners. |
smoothness | number |
the expected smoothness value. |