-
Notifications
You must be signed in to change notification settings - Fork 155
tubeGeometry
Wiki » Internal Components » Geometries » tubeGeometry
Creates a THREE.TubeGeometry
bool
: See THREE.Geometry#dynamic.
Set to true if attribute buffers will need to change in runtime (using "dirty" flags).
Unless set to true internal typed arrays corresponding to buffers will be deleted once sent to GPU.
Defaults to true.
string
: Name for this geometry.
Default is an empty string.
THREE.Curve
required
: THREE.Curve - A path that inherits from the Curve base class.
number
: The number of segments that make up the tube, default is 64.
number
: The radius of the tube, default is 1.
number
: The number of segments that make up the cross-section, default is 8.
bool
: Is the tube open or closed, default is false.
string
: The resource id of this object, only used if it is placed into resources.
This component can be added into <resources/>! See Resource Types for more information.
===
View Source |
---|
Home | Usage | API Reference | Examples