RoundedBoxGeometry Op
Create a rounded box/cube geometry
Summary (oneliner)
A special type of box geometry with rounded corners and edges.
https://threejs.org/docs/?q=RoundedBoxGeometry#RoundedBoxGeometry
Full Name
- Ops.Extension.Three.Geometries.RoundedBoxGeometry
- Extension Op - visible for members of team Three
- MIT
- three
- three_addons_geometries
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
No op example found on this server
INPUT PORTS
Width (Number)
The width along the X axis
Height (Number)
The height along the Y axis
Depth (Number)
The depth along the Z axis
Segments (Number: integer)
Number of segments that form the rounded corners
Radius (Number)
The radius of the rounded corners
OUTPUT PORTS
geometry (Object)