HTML Encoding and Default Values⤴
<SphereSegment
ccw='true'
latitude='[]'
lit='true'
longitude='[]'
metadata='X3DMetadataObject'
radius='1'
solid='true'
stepSize='1,1'
useGeoCache='true'
></SphereSegment>
Inheritance⤴
- Core/X3DNode(18)
- Rendering/X3DGeometryNode(12)
- Geometry3D/X3DSpatialGeometryNode(14)
- SphereSegment
Fields⤴
These are the X3D / X3DOM fields of this node. Values should usually be received / set as strings via
DOM functions (i.e., using
setAttribute("myFieldName", "myFieldValue")
and
getAttribute("myFieldName")
).
Name | Type | Default Value | Range | Inheritance | Standard | Description |
---|---|---|---|---|---|---|
ccw | SFBool | true | Rendering/X3DGeometryNode | The ccw field defines the ordering of the vertex coordinates of the geometry with respect to user-given or automatically generated normal vectors used in the lighting model equations. | ||
latitude | MFFloat | [] | Defines an array of latitude values. | |||
lit | SFBool | true | Rendering/X3DGeometryNode | Specifies whether this geometry should be rendered with or without lighting. | ||
longitude | MFFloat | [] | Defines an array of longitude values. | |||
metadata | SFNode | X3DMetadataObject | Core/X3DNode | Field to add metadata information | ||
radius | SFFloat | 1 | Defines the radius of the sphere. | |||
solid | SFBool | true | Rendering/X3DGeometryNode | Specifies whether backface-culling is used. If solid is TRUE only front-faces are drawn. | ||
stepSize | SFVec2f | 1,1 | Defines an array of stepSizes. | |||
useGeoCache | SFBool | true | Rendering/X3DGeometryNode | Most geo primitives use geo cache and others might later on, but one should be able to disable cache per geometry node. Defaults to global useGeoCache setting parameter. |