Geometry

geometry : object

Useful namespace for helping with geometry utility functions

Kind: global namespace

geometry.UIPlane(width, height, radius_corner, smoothness) ⇒ THREE.BufferGeometry

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.