| Package | Description |
|---|---|
| org.web3d.x3d.jsail.CADGeometry |
The CADGeometry component is provided for Computer-Aided Design (CAD) nodes.
|
| org.web3d.x3d.jsail.Core |
The Core component supplies the base functionality for the X3D run-time system, including
the abstract base node type, field types, the event model, and routing.
|
| org.web3d.x3d.jsail.DIS |
The Distributed Interactive Simulation (DIS) component provides networked interoperability
with the IEEE DIS protocol for sharing state and conducting real-time platform-level
simulations across multiple host computers.
|
| org.web3d.x3d.jsail.EnvironmentalEffects |
Nodes in the Environmental effects component support the creation of realistic environmental
effects such as panoramic backgrounds and fog.
|
| org.web3d.x3d.jsail.EnvironmentalSensor |
The Environment Sensor nodes emit events indicating activity in the scene environment,
usually based on interactions between the viewer and the world.
|
| org.web3d.x3d.jsail.EventUtilities |
The Event Utility nodes provide the capability to filter, trigger, convert, or sequence
numerous event-types for common interactive applications without the use of a Script
node.
|
| org.web3d.x3d.jsail.fields |
The fields subpackage is provided for creating
typed X3D field values
and also includes various utility capabilities.
|
| org.web3d.x3d.jsail.Geometry2D |
The Geometry2D component defines how two-dimensional geometry is specified and what
shapes are available.
|
| org.web3d.x3d.jsail.Geometry3D |
The Geometry3D component describes how three-dimensional geometry is specified and
defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes
(Box, Cone, Cylinder, Sphere).
|
| org.web3d.x3d.jsail.Geospatial |
The Geospatial component defines how to associate real-world locations in an X3D scene
and specifies nodes particularly tuned for geospatial applications.
|
| org.web3d.x3d.jsail.HAnim |
The Humanoid Animation (H-Anim) component for X3D defines node bindings and other
details for implementing ISO/IEC 19774, the H-Anim International Specificaiton.
|
| org.web3d.x3d.jsail.Interpolation |
Interpolator nodes provide keyframe-based animation capability.
|
| org.web3d.x3d.jsail.KeyDeviceSensor |
The Key Device Sensor defines how keyboard keystrokes are inserted into an X3D world.
|
| org.web3d.x3d.jsail.Layering |
The Layering component describes how to layer a set of subscene layers into a composite
scene.
|
| org.web3d.x3d.jsail.Layout |
The Layout component defines how to precisely position content in a scene in relation
to the rendered results, especially for integrating 2D content with 3D content.
|
| org.web3d.x3d.jsail.Lighting |
The Lighting component specifies how light sources are defined and positioned, as
well as how lights effect the rendered image.
|
| org.web3d.x3d.jsail.Navigation |
The Navigation component specifies how a user can effectively and intuitively move
through and around a 3D scene.
|
| org.web3d.x3d.jsail.Networking |
The Networking component defines node types and other features used to access file-based
and streaming resources on the World Wide Web.
|
| org.web3d.x3d.jsail.NURBS |
The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation
nodes.
|
| org.web3d.x3d.jsail.ParticleSystems |
The Particle Systems component specifies how to model particles and their interactions
through the application of basic physics principles to affect motion.
|
| org.web3d.x3d.jsail.Picking |
The Picking component provides the ability to test for arbitrary object collision
and provide basic capabilities to detecting object intersections and interactions.
|
| org.web3d.x3d.jsail.PointingDeviceSensor |
Pointing device sensor nodes detect pointing events from user-interface devices, defining
activities such as a user selecting a piece of geometry.
|
| org.web3d.x3d.jsail.Rendering |
The Rendering component includes fundamental rendering primitives such as TriangleSet
and PointSet nodes, as well as geometric properties nodes that define how coordinate
indices, colors, normals and texture coordinates are specified.
|
| org.web3d.x3d.jsail.RigidBodyPhysics |
The Rigid Body Physics component describes how to model rigid bodies and their interactions
through the application of basic physics principles to effect motion.
|
| org.web3d.x3d.jsail.Scripting |
The Script component describes how Script nodes are used to effect changes in X3D
worlds.
|
| org.web3d.x3d.jsail.Shaders |
The programmable shaders component describes how programmable shaders are specified
and how they affect the visual appearance of geometry.
|
| org.web3d.x3d.jsail.Shape |
The Shape component defines nodes for associating geometry with their visible properties
and the scene environment.
|
| org.web3d.x3d.jsail.Sound |
The Sound component defines how sound is delivered to an X3D world as well as how
sounds are accessed.
|
| org.web3d.x3d.jsail.Text |
The Text component defines how text strings are rendered in an X3D scene.
|
| org.web3d.x3d.jsail.Texturing |
The Texturing component specifies how 2D texture images are defined and then positioned
on associated geometry.
|
| org.web3d.x3d.jsail.Texturing3D |
The Texturing3D component specifies how 3D volumetric textures describe surface properties
as data points in a volume of space, rather than a flat surface.
|
| org.web3d.x3d.jsail.Time |
The Time component defines how time is sensed, computed and associated with events
in an X3D scene.
|
| org.web3d.x3d.jsail.VolumeRendering |
The Volume Rendering component provides the ability to specify and render volumetric
data sets.
|
| Modifier and Type | Method and Description |
|---|---|
CADLayerObject |
CADLayerObject.addVisible(SFBoolObject newValue)
Add singleton SFBoolObject value to MFBool visible field.
|
IndexedQuadSetObject |
IndexedQuadSetObject.setCcw(SFBoolObject newValue)
Assign typed object value to SFBool ccw field, similar to
IndexedQuadSetObject.setCcw(boolean). |
QuadSetObject |
QuadSetObject.setCcw(SFBoolObject newValue)
Assign typed object value to SFBool ccw field, similar to
QuadSetObject.setCcw(boolean). |
IndexedQuadSetObject |
IndexedQuadSetObject.setColorPerVertex(SFBoolObject newValue)
Assign typed object value to SFBool colorPerVertex field, similar to
IndexedQuadSetObject.setColorPerVertex(boolean). |
QuadSetObject |
QuadSetObject.setColorPerVertex(SFBoolObject newValue)
Assign typed object value to SFBool colorPerVertex field, similar to
QuadSetObject.setColorPerVertex(boolean). |
IndexedQuadSetObject |
IndexedQuadSetObject.setNormalPerVertex(SFBoolObject newValue)
Assign typed object value to SFBool normalPerVertex field, similar to
IndexedQuadSetObject.setNormalPerVertex(boolean). |
QuadSetObject |
QuadSetObject.setNormalPerVertex(SFBoolObject newValue)
Assign typed object value to SFBool normalPerVertex field, similar to
QuadSetObject.setNormalPerVertex(boolean). |
IndexedQuadSetObject |
IndexedQuadSetObject.setSolid(SFBoolObject newValue)
Assign typed object value to SFBool solid field, similar to
IndexedQuadSetObject.setSolid(boolean). |
QuadSetObject |
QuadSetObject.setSolid(SFBoolObject newValue)
Assign typed object value to SFBool solid field, similar to
QuadSetObject.setSolid(boolean). |
| Modifier and Type | Method and Description |
|---|---|
SFBoolObject |
fieldObject.getValueSFBool()
If type matches, then get typed value of a SFBool field declaration.
|
SFBoolObject |
fieldValueObject.getValueSFBool()
If type matches, then get typed value of a SFBool fieldValue declaration.
|
| Modifier and Type | Method and Description |
|---|---|
MetadataBooleanObject |
MetadataBooleanObject.addValue(SFBoolObject newValue)
Add singleton SFBoolObject value to MFBool value field.
|
fieldObject |
fieldObject.appendValue(SFBoolObject newValue)
Append SFBoolObject to field for value attribute.
|
fieldValueObject |
fieldValueObject.appendValue(SFBoolObject newValue)
Append SFBoolObject to fieldValue for value attribute.
|
fieldObject |
fieldObject.setValue(SFBoolObject newValue)
Set typed value of a SFBool field declaration.
|
fieldValueObject |
fieldValueObject.setValue(SFBoolObject newValue)
Set typed value of a SFBool fieldValue declaration.
|
| Modifier and Type | Method and Description |
|---|---|
EspduTransformObject |
EspduTransformObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
EspduTransformObject.setEnabled(boolean). |
ReceiverPduObject |
ReceiverPduObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
ReceiverPduObject.setEnabled(boolean). |
SignalPduObject |
SignalPduObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
SignalPduObject.setEnabled(boolean). |
TransmitterPduObject |
TransmitterPduObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
TransmitterPduObject.setEnabled(boolean). |
EspduTransformObject |
EspduTransformObject.setFired1(SFBoolObject newValue)
Assign typed object value to SFBool fired1 field, similar to
EspduTransformObject.setFired1(boolean). |
EspduTransformObject |
EspduTransformObject.setFired2(SFBoolObject newValue)
Assign typed object value to SFBool fired2 field, similar to
EspduTransformObject.setFired2(boolean). |
EspduTransformObject |
EspduTransformObject.setRtpHeaderExpected(SFBoolObject newValue)
Assign typed object value to SFBool rtpHeaderExpected field, similar to
EspduTransformObject.setRtpHeaderExpected(boolean). |
ReceiverPduObject |
ReceiverPduObject.setRtpHeaderExpected(SFBoolObject newValue)
Assign typed object value to SFBool rtpHeaderExpected field, similar to
ReceiverPduObject.setRtpHeaderExpected(boolean). |
SignalPduObject |
SignalPduObject.setRtpHeaderExpected(SFBoolObject newValue)
Assign typed object value to SFBool rtpHeaderExpected field, similar to
SignalPduObject.setRtpHeaderExpected(boolean). |
TransmitterPduObject |
TransmitterPduObject.setRtpHeaderExpected(SFBoolObject newValue)
Assign typed object value to SFBool rtpHeaderExpected field, similar to
TransmitterPduObject.setRtpHeaderExpected(boolean). |
| Modifier and Type | Method and Description |
|---|---|
LocalFogObject |
LocalFogObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
LocalFogObject.setEnabled(boolean). |
| Modifier and Type | Method and Description |
|---|---|
ProximitySensorObject |
ProximitySensorObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
ProximitySensorObject.setEnabled(boolean). |
TransformSensorObject |
TransformSensorObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
TransformSensorObject.setEnabled(boolean). |
VisibilitySensorObject |
VisibilitySensorObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
VisibilitySensorObject.setEnabled(boolean). |
| Modifier and Type | Method and Description |
|---|---|
BooleanSequencerObject |
BooleanSequencerObject.addKeyValue(SFBoolObject newValue)
Add singleton SFBoolObject value to MFBool keyValue field.
|
BooleanSequencerObject |
BooleanSequencerObject.setNext(SFBoolObject newValue)
Assign typed object value to SFBool next field, similar to
BooleanSequencerObject.setNext(boolean). |
IntegerSequencerObject |
IntegerSequencerObject.setNext(SFBoolObject newValue)
Assign typed object value to SFBool next field, similar to
IntegerSequencerObject.setNext(boolean). |
BooleanSequencerObject |
BooleanSequencerObject.setPrevious(SFBoolObject newValue)
Assign typed object value to SFBool previous field, similar to
BooleanSequencerObject.setPrevious(boolean). |
IntegerSequencerObject |
IntegerSequencerObject.setPrevious(SFBoolObject newValue)
Assign typed object value to SFBool previous field, similar to
IntegerSequencerObject.setPrevious(boolean). |
BooleanToggleObject |
BooleanToggleObject.setToggle(SFBoolObject newValue)
Assign typed object value to SFBool toggle field, similar to
BooleanToggleObject.setToggle(boolean). |
| Modifier and Type | Method and Description |
|---|---|
SFBoolObject |
SFBoolObject.negate()
Utility method to negate this boolean value.
|
SFBoolObject |
SFBoolObject.setValue(SFBoolObject newValue)
Apply an SFBoolObject value to this field.
|
SFBoolObject |
SFBoolObject.setValueByString(java.lang.String newValue)
Utility accessor for SFBoolObject using String value (which must pass parsing validation checks).
|
| Modifier and Type | Method and Description |
|---|---|
MFBoolObject |
MFBoolObject.append(SFBoolObject newValue)
Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.
|
MFBoolObject |
MFBoolObject.setValue(SFBoolObject newValue)
Assign a single-field SFBoolObject as new array value.
|
SFBoolObject |
SFBoolObject.setValue(SFBoolObject newValue)
Apply an SFBoolObject value to this field.
|
| Constructor and Description |
|---|
SFBoolObject(SFBoolObject newValue)
Constructor to copy an SFBoolObject value as initial value for this new field object.
|
| Modifier and Type | Method and Description |
|---|---|
ArcClose2DObject |
ArcClose2DObject.setSolid(SFBoolObject newValue)
Assign typed object value to SFBool solid field, similar to
ArcClose2DObject.setSolid(boolean). |
Disk2DObject |
Disk2DObject.setSolid(SFBoolObject newValue)
Assign typed object value to SFBool solid field, similar to
Disk2DObject.setSolid(boolean). |
Rectangle2DObject |
Rectangle2DObject.setSolid(SFBoolObject newValue)
Assign typed object value to SFBool solid field, similar to
Rectangle2DObject.setSolid(boolean). |
TriangleSet2DObject |
TriangleSet2DObject.setSolid(SFBoolObject newValue)
Assign typed object value to SFBool solid field, similar to
TriangleSet2DObject.setSolid(boolean). |
| Modifier and Type | Method and Description |
|---|---|
ExtrusionObject |
ExtrusionObject.setBeginCap(SFBoolObject newValue)
Assign typed object value to SFBool beginCap field, similar to
ExtrusionObject.setBeginCap(boolean). |
ConeObject |
ConeObject.setBottom(SFBoolObject newValue)
Assign typed object value to SFBool bottom field, similar to
ConeObject.setBottom(boolean). |
CylinderObject |
CylinderObject.setBottom(SFBoolObject newValue)
Assign typed object value to SFBool bottom field, similar to
CylinderObject.setBottom(boolean). |
ElevationGridObject |
ElevationGridObject.setCcw(SFBoolObject newValue)
Assign typed object value to SFBool ccw field, similar to
ElevationGridObject.setCcw(boolean). |
ExtrusionObject |
ExtrusionObject.setCcw(SFBoolObject newValue)
Assign typed object value to SFBool ccw field, similar to
ExtrusionObject.setCcw(boolean). |
IndexedFaceSetObject |
IndexedFaceSetObject.setCcw(SFBoolObject newValue)
Assign typed object value to SFBool ccw field, similar to
IndexedFaceSetObject.setCcw(boolean). |
ElevationGridObject |
ElevationGridObject.setColorPerVertex(SFBoolObject newValue)
Assign typed object value to SFBool colorPerVertex field, similar to
ElevationGridObject.setColorPerVertex(boolean). |
IndexedFaceSetObject |
IndexedFaceSetObject.setColorPerVertex(SFBoolObject newValue)
Assign typed object value to SFBool colorPerVertex field, similar to
IndexedFaceSetObject.setColorPerVertex(boolean). |
ExtrusionObject |
ExtrusionObject.setConvex(SFBoolObject newValue)
Assign typed object value to SFBool convex field, similar to
ExtrusionObject.setConvex(boolean). |
IndexedFaceSetObject |
IndexedFaceSetObject.setConvex(SFBoolObject newValue)
Assign typed object value to SFBool convex field, similar to
IndexedFaceSetObject.setConvex(boolean). |
ExtrusionObject |
ExtrusionObject.setEndCap(SFBoolObject newValue)
Assign typed object value to SFBool endCap field, similar to
ExtrusionObject.setEndCap(boolean). |
ElevationGridObject |
ElevationGridObject.setNormalPerVertex(SFBoolObject newValue)
Assign typed object value to SFBool normalPerVertex field, similar to
ElevationGridObject.setNormalPerVertex(boolean). |
IndexedFaceSetObject |
IndexedFaceSetObject.setNormalPerVertex(SFBoolObject newValue)
Assign typed object value to SFBool normalPerVertex field, similar to
IndexedFaceSetObject.setNormalPerVertex(boolean). |
ConeObject |
ConeObject.setSide(SFBoolObject newValue)
Assign typed object value to SFBool side field, similar to
ConeObject.setSide(boolean). |
CylinderObject |
CylinderObject.setSide(SFBoolObject newValue)
Assign typed object value to SFBool side field, similar to
CylinderObject.setSide(boolean). |
BoxObject |
BoxObject.setSolid(SFBoolObject newValue)
Assign typed object value to SFBool solid field, similar to
BoxObject.setSolid(boolean). |
ConeObject |
ConeObject.setSolid(SFBoolObject newValue)
Assign typed object value to SFBool solid field, similar to
ConeObject.setSolid(boolean). |
CylinderObject |
CylinderObject.setSolid(SFBoolObject newValue)
Assign typed object value to SFBool solid field, similar to
CylinderObject.setSolid(boolean). |
ElevationGridObject |
ElevationGridObject.setSolid(SFBoolObject newValue)
Assign typed object value to SFBool solid field, similar to
ElevationGridObject.setSolid(boolean). |
ExtrusionObject |
ExtrusionObject.setSolid(SFBoolObject newValue)
Assign typed object value to SFBool solid field, similar to
ExtrusionObject.setSolid(boolean). |
IndexedFaceSetObject |
IndexedFaceSetObject.setSolid(SFBoolObject newValue)
Assign typed object value to SFBool solid field, similar to
IndexedFaceSetObject.setSolid(boolean). |
SphereObject |
SphereObject.setSolid(SFBoolObject newValue)
Assign typed object value to SFBool solid field, similar to
SphereObject.setSolid(boolean). |
CylinderObject |
CylinderObject.setTop(SFBoolObject newValue)
Assign typed object value to SFBool top field, similar to
CylinderObject.setTop(boolean). |
| Modifier and Type | Method and Description |
|---|---|
GeoElevationGridObject |
GeoElevationGridObject.setCcw(SFBoolObject newValue)
Assign typed object value to SFBool ccw field, similar to
GeoElevationGridObject.setCcw(boolean). |
GeoElevationGridObject |
GeoElevationGridObject.setColorPerVertex(SFBoolObject newValue)
Assign typed object value to SFBool colorPerVertex field, similar to
GeoElevationGridObject.setColorPerVertex(boolean). |
GeoProximitySensorObject |
GeoProximitySensorObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
GeoProximitySensorObject.setEnabled(boolean). |
GeoTouchSensorObject |
GeoTouchSensorObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
GeoTouchSensorObject.setEnabled(boolean). |
GeoViewpointObject |
GeoViewpointObject.setJump(SFBoolObject newValue)
Assign typed object value to SFBool jump field, similar to
GeoViewpointObject.setJump(boolean). |
GeoElevationGridObject |
GeoElevationGridObject.setNormalPerVertex(SFBoolObject newValue)
Assign typed object value to SFBool normalPerVertex field, similar to
GeoElevationGridObject.setNormalPerVertex(boolean). |
GeoViewpointObject |
GeoViewpointObject.setRetainUserOffsets(SFBoolObject newValue)
Assign typed object value to SFBool retainUserOffsets field, similar to
GeoViewpointObject.setRetainUserOffsets(boolean). |
GeoOriginObject |
GeoOriginObject.setRotateYUp(SFBoolObject newValue)
Assign typed object value to SFBool rotateYUp field, similar to
GeoOriginObject.setRotateYUp(boolean). |
GeoElevationGridObject |
GeoElevationGridObject.setSolid(SFBoolObject newValue)
Assign typed object value to SFBool solid field, similar to
GeoElevationGridObject.setSolid(boolean). |
| Modifier and Type | Method and Description |
|---|---|
HAnimMotionObject |
HAnimMotionObject.addChannelsEnabled(SFBoolObject newValue)
Add singleton SFBoolObject value to MFBool channelsEnabled field.
|
HAnimMotionObject |
HAnimMotionObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
HAnimMotionObject.setEnabled(boolean). |
HAnimMotionObject |
HAnimMotionObject.setLoop(SFBoolObject newValue)
Assign typed object value to SFBool loop field, similar to
HAnimMotionObject.setLoop(boolean). |
| Modifier and Type | Method and Description |
|---|---|
SplinePositionInterpolator2DObject |
SplinePositionInterpolator2DObject.setClosed(SFBoolObject newValue)
Assign typed object value to SFBool closed field, similar to
SplinePositionInterpolator2DObject.setClosed(boolean). |
SplinePositionInterpolatorObject |
SplinePositionInterpolatorObject.setClosed(SFBoolObject newValue)
Assign typed object value to SFBool closed field, similar to
SplinePositionInterpolatorObject.setClosed(boolean). |
SplineScalarInterpolatorObject |
SplineScalarInterpolatorObject.setClosed(SFBoolObject newValue)
Assign typed object value to SFBool closed field, similar to
SplineScalarInterpolatorObject.setClosed(boolean). |
SplinePositionInterpolator2DObject |
SplinePositionInterpolator2DObject.setNormalizeVelocity(SFBoolObject newValue)
Assign typed object value to SFBool normalizeVelocity field, similar to
SplinePositionInterpolator2DObject.setNormalizeVelocity(boolean). |
SplinePositionInterpolatorObject |
SplinePositionInterpolatorObject.setNormalizeVelocity(SFBoolObject newValue)
Assign typed object value to SFBool normalizeVelocity field, similar to
SplinePositionInterpolatorObject.setNormalizeVelocity(boolean). |
SplineScalarInterpolatorObject |
SplineScalarInterpolatorObject.setNormalizeVelocity(SFBoolObject newValue)
Assign typed object value to SFBool normalizeVelocity field, similar to
SplineScalarInterpolatorObject.setNormalizeVelocity(boolean). |
SquadOrientationInterpolatorObject |
SquadOrientationInterpolatorObject.setNormalizeVelocity(SFBoolObject newValue)
Assign typed object value to SFBool normalizeVelocity field, similar to
SquadOrientationInterpolatorObject.setNormalizeVelocity(boolean). |
| Modifier and Type | Method and Description |
|---|---|
StringSensorObject |
StringSensorObject.setDeletionAllowed(SFBoolObject newValue)
Assign typed object value to SFBool deletionAllowed field, similar to
StringSensorObject.setDeletionAllowed(boolean). |
KeySensorObject |
KeySensorObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
KeySensorObject.setEnabled(boolean). |
StringSensorObject |
StringSensorObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
StringSensorObject.setEnabled(boolean). |
| Modifier and Type | Method and Description |
|---|---|
LayerObject |
LayerObject.setIsPickable(SFBoolObject newValue)
Assign typed object value to SFBool isPickable field, similar to
LayerObject.setIsPickable(boolean). |
| Modifier and Type | Method and Description |
|---|---|
ScreenFontStyleObject |
ScreenFontStyleObject.setHorizontal(SFBoolObject newValue)
Assign typed object value to SFBool horizontal field, similar to
ScreenFontStyleObject.setHorizontal(boolean). |
LayoutLayerObject |
LayoutLayerObject.setIsPickable(SFBoolObject newValue)
Assign typed object value to SFBool isPickable field, similar to
LayoutLayerObject.setIsPickable(boolean). |
ScreenFontStyleObject |
ScreenFontStyleObject.setLeftToRight(SFBoolObject newValue)
Assign typed object value to SFBool leftToRight field, similar to
ScreenFontStyleObject.setLeftToRight(boolean). |
ScreenFontStyleObject |
ScreenFontStyleObject.setTopToBottom(SFBoolObject newValue)
Assign typed object value to SFBool topToBottom field, similar to
ScreenFontStyleObject.setTopToBottom(boolean). |
| Modifier and Type | Method and Description |
|---|---|
DirectionalLightObject |
DirectionalLightObject.setGlobal(SFBoolObject newValue)
Assign typed object value to SFBool global field, similar to
DirectionalLightObject.setGlobal(boolean). |
PointLightObject |
PointLightObject.setGlobal(SFBoolObject newValue)
Assign typed object value to SFBool global field, similar to
PointLightObject.setGlobal(boolean). |
SpotLightObject |
SpotLightObject.setGlobal(SFBoolObject newValue)
Assign typed object value to SFBool global field, similar to
SpotLightObject.setGlobal(boolean). |
DirectionalLightObject |
DirectionalLightObject.setOn(SFBoolObject newValue)
Assign typed object value to SFBool on field, similar to
DirectionalLightObject.setOn(boolean). |
PointLightObject |
PointLightObject.setOn(SFBoolObject newValue)
Assign typed object value to SFBool on field, similar to
PointLightObject.setOn(boolean). |
SpotLightObject |
SpotLightObject.setOn(SFBoolObject newValue)
Assign typed object value to SFBool on field, similar to
SpotLightObject.setOn(boolean). |
| Modifier and Type | Method and Description |
|---|---|
ViewpointGroupObject |
ViewpointGroupObject.setDisplayed(SFBoolObject newValue)
Assign typed object value to SFBool displayed field, similar to
ViewpointGroupObject.setDisplayed(boolean). |
CollisionObject |
CollisionObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
CollisionObject.setEnabled(boolean). |
LODObject |
LODObject.setForceTransitions(SFBoolObject newValue)
Assign typed object value to SFBool forceTransitions field, similar to
LODObject.setForceTransitions(boolean). |
NavigationInfoObject |
NavigationInfoObject.setHeadlight(SFBoolObject newValue)
Assign typed object value to SFBool headlight field, similar to
NavigationInfoObject.setHeadlight(boolean). |
OrthoViewpointObject |
OrthoViewpointObject.setJump(SFBoolObject newValue)
Assign typed object value to SFBool jump field, similar to
OrthoViewpointObject.setJump(boolean). |
ViewpointObject |
ViewpointObject.setJump(SFBoolObject newValue)
Assign typed object value to SFBool jump field, similar to
ViewpointObject.setJump(boolean). |
OrthoViewpointObject |
OrthoViewpointObject.setRetainUserOffsets(SFBoolObject newValue)
Assign typed object value to SFBool retainUserOffsets field, similar to
OrthoViewpointObject.setRetainUserOffsets(boolean). |
ViewpointGroupObject |
ViewpointGroupObject.setRetainUserOffsets(SFBoolObject newValue)
Assign typed object value to SFBool retainUserOffsets field, similar to
ViewpointGroupObject.setRetainUserOffsets(boolean). |
ViewpointObject |
ViewpointObject.setRetainUserOffsets(SFBoolObject newValue)
Assign typed object value to SFBool retainUserOffsets field, similar to
ViewpointObject.setRetainUserOffsets(boolean). |
| Modifier and Type | Method and Description |
|---|---|
LoadSensorObject |
LoadSensorObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
LoadSensorObject.setEnabled(boolean). |
InlineObject |
InlineObject.setLoad(SFBoolObject newValue)
Assign typed object value to SFBool load field, similar to
InlineObject.setLoad(boolean). |
| Modifier and Type | Method and Description |
|---|---|
NurbsSweptSurfaceObject |
NurbsSweptSurfaceObject.setCcw(SFBoolObject newValue)
Assign typed object value to SFBool ccw field, similar to
NurbsSweptSurfaceObject.setCcw(boolean). |
NurbsSwungSurfaceObject |
NurbsSwungSurfaceObject.setCcw(SFBoolObject newValue)
Assign typed object value to SFBool ccw field, similar to
NurbsSwungSurfaceObject.setCcw(boolean). |
NurbsCurve2DObject |
NurbsCurve2DObject.setClosed(SFBoolObject newValue)
Assign typed object value to SFBool closed field, similar to
NurbsCurve2DObject.setClosed(boolean). |
NurbsCurveObject |
NurbsCurveObject.setClosed(SFBoolObject newValue)
Assign typed object value to SFBool closed field, similar to
NurbsCurveObject.setClosed(boolean). |
NurbsPatchSurfaceObject |
NurbsPatchSurfaceObject.setSolid(SFBoolObject newValue)
Assign typed object value to SFBool solid field, similar to
NurbsPatchSurfaceObject.setSolid(boolean). |
NurbsSweptSurfaceObject |
NurbsSweptSurfaceObject.setSolid(SFBoolObject newValue)
Assign typed object value to SFBool solid field, similar to
NurbsSweptSurfaceObject.setSolid(boolean). |
NurbsSwungSurfaceObject |
NurbsSwungSurfaceObject.setSolid(SFBoolObject newValue)
Assign typed object value to SFBool solid field, similar to
NurbsSwungSurfaceObject.setSolid(boolean). |
NurbsTrimmedSurfaceObject |
NurbsTrimmedSurfaceObject.setSolid(SFBoolObject newValue)
Assign typed object value to SFBool solid field, similar to
NurbsTrimmedSurfaceObject.setSolid(boolean). |
NurbsPatchSurfaceObject |
NurbsPatchSurfaceObject.setUClosed(SFBoolObject newValue)
Assign typed object value to SFBool uClosed field, similar to
NurbsPatchSurfaceObject.setUClosed(boolean). |
NurbsTrimmedSurfaceObject |
NurbsTrimmedSurfaceObject.setUClosed(SFBoolObject newValue)
Assign typed object value to SFBool uClosed field, similar to
NurbsTrimmedSurfaceObject.setUClosed(boolean). |
NurbsPatchSurfaceObject |
NurbsPatchSurfaceObject.setVClosed(SFBoolObject newValue)
Assign typed object value to SFBool vClosed field, similar to
NurbsPatchSurfaceObject.setVClosed(boolean). |
NurbsTrimmedSurfaceObject |
NurbsTrimmedSurfaceObject.setVClosed(SFBoolObject newValue)
Assign typed object value to SFBool vClosed field, similar to
NurbsTrimmedSurfaceObject.setVClosed(boolean). |
| Modifier and Type | Method and Description |
|---|---|
ParticleSystemObject |
ParticleSystemObject.setCreateParticles(SFBoolObject newValue)
Assign typed object value to SFBool createParticles field, similar to
ParticleSystemObject.setCreateParticles(boolean). |
BoundedPhysicsModelObject |
BoundedPhysicsModelObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
BoundedPhysicsModelObject.setEnabled(boolean). |
ForcePhysicsModelObject |
ForcePhysicsModelObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
ForcePhysicsModelObject.setEnabled(boolean). |
ParticleSystemObject |
ParticleSystemObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
ParticleSystemObject.setEnabled(boolean). |
WindPhysicsModelObject |
WindPhysicsModelObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
WindPhysicsModelObject.setEnabled(boolean). |
VolumeEmitterObject |
VolumeEmitterObject.setInternal(SFBoolObject newValue)
Assign typed object value to SFBool internal field, similar to
VolumeEmitterObject.setInternal(boolean). |
| Modifier and Type | Method and Description |
|---|---|
LinePickSensorObject |
LinePickSensorObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
LinePickSensorObject.setEnabled(boolean). |
PointPickSensorObject |
PointPickSensorObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
PointPickSensorObject.setEnabled(boolean). |
PrimitivePickSensorObject |
PrimitivePickSensorObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
PrimitivePickSensorObject.setEnabled(boolean). |
VolumePickSensorObject |
VolumePickSensorObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
VolumePickSensorObject.setEnabled(boolean). |
PickableGroupObject |
PickableGroupObject.setPickable(SFBoolObject newValue)
Assign typed object value to SFBool pickable field, similar to
PickableGroupObject.setPickable(boolean). |
| Modifier and Type | Method and Description |
|---|---|
CylinderSensorObject |
CylinderSensorObject.setAutoOffset(SFBoolObject newValue)
Assign typed object value to SFBool autoOffset field, similar to
CylinderSensorObject.setAutoOffset(boolean). |
PlaneSensorObject |
PlaneSensorObject.setAutoOffset(SFBoolObject newValue)
Assign typed object value to SFBool autoOffset field, similar to
PlaneSensorObject.setAutoOffset(boolean). |
SphereSensorObject |
SphereSensorObject.setAutoOffset(SFBoolObject newValue)
Assign typed object value to SFBool autoOffset field, similar to
SphereSensorObject.setAutoOffset(boolean). |
CylinderSensorObject |
CylinderSensorObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
CylinderSensorObject.setEnabled(boolean). |
PlaneSensorObject |
PlaneSensorObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
PlaneSensorObject.setEnabled(boolean). |
SphereSensorObject |
SphereSensorObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
SphereSensorObject.setEnabled(boolean). |
TouchSensorObject |
TouchSensorObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
TouchSensorObject.setEnabled(boolean). |
| Modifier and Type | Method and Description |
|---|---|
IndexedTriangleFanSetObject |
IndexedTriangleFanSetObject.setCcw(SFBoolObject newValue)
Assign typed object value to SFBool ccw field, similar to
IndexedTriangleFanSetObject.setCcw(boolean). |
IndexedTriangleSetObject |
IndexedTriangleSetObject.setCcw(SFBoolObject newValue)
Assign typed object value to SFBool ccw field, similar to
IndexedTriangleSetObject.setCcw(boolean). |
IndexedTriangleStripSetObject |
IndexedTriangleStripSetObject.setCcw(SFBoolObject newValue)
Assign typed object value to SFBool ccw field, similar to
IndexedTriangleStripSetObject.setCcw(boolean). |
TriangleFanSetObject |
TriangleFanSetObject.setCcw(SFBoolObject newValue)
Assign typed object value to SFBool ccw field, similar to
TriangleFanSetObject.setCcw(boolean). |
TriangleSetObject |
TriangleSetObject.setCcw(SFBoolObject newValue)
Assign typed object value to SFBool ccw field, similar to
TriangleSetObject.setCcw(boolean). |
TriangleStripSetObject |
TriangleStripSetObject.setCcw(SFBoolObject newValue)
Assign typed object value to SFBool ccw field, similar to
TriangleStripSetObject.setCcw(boolean). |
IndexedLineSetObject |
IndexedLineSetObject.setColorPerVertex(SFBoolObject newValue)
Assign typed object value to SFBool colorPerVertex field, similar to
IndexedLineSetObject.setColorPerVertex(boolean). |
IndexedTriangleFanSetObject |
IndexedTriangleFanSetObject.setColorPerVertex(SFBoolObject newValue)
Assign typed object value to SFBool colorPerVertex field, similar to
IndexedTriangleFanSetObject.setColorPerVertex(boolean). |
IndexedTriangleSetObject |
IndexedTriangleSetObject.setColorPerVertex(SFBoolObject newValue)
Assign typed object value to SFBool colorPerVertex field, similar to
IndexedTriangleSetObject.setColorPerVertex(boolean). |
IndexedTriangleStripSetObject |
IndexedTriangleStripSetObject.setColorPerVertex(SFBoolObject newValue)
Assign typed object value to SFBool colorPerVertex field, similar to
IndexedTriangleStripSetObject.setColorPerVertex(boolean). |
TriangleFanSetObject |
TriangleFanSetObject.setColorPerVertex(SFBoolObject newValue)
Assign typed object value to SFBool colorPerVertex field, similar to
TriangleFanSetObject.setColorPerVertex(boolean). |
TriangleSetObject |
TriangleSetObject.setColorPerVertex(SFBoolObject newValue)
Assign typed object value to SFBool colorPerVertex field, similar to
TriangleSetObject.setColorPerVertex(boolean). |
TriangleStripSetObject |
TriangleStripSetObject.setColorPerVertex(SFBoolObject newValue)
Assign typed object value to SFBool colorPerVertex field, similar to
TriangleStripSetObject.setColorPerVertex(boolean). |
ClipPlaneObject |
ClipPlaneObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
ClipPlaneObject.setEnabled(boolean). |
IndexedTriangleFanSetObject |
IndexedTriangleFanSetObject.setNormalPerVertex(SFBoolObject newValue)
Assign typed object value to SFBool normalPerVertex field, similar to
IndexedTriangleFanSetObject.setNormalPerVertex(boolean). |
IndexedTriangleSetObject |
IndexedTriangleSetObject.setNormalPerVertex(SFBoolObject newValue)
Assign typed object value to SFBool normalPerVertex field, similar to
IndexedTriangleSetObject.setNormalPerVertex(boolean). |
IndexedTriangleStripSetObject |
IndexedTriangleStripSetObject.setNormalPerVertex(SFBoolObject newValue)
Assign typed object value to SFBool normalPerVertex field, similar to
IndexedTriangleStripSetObject.setNormalPerVertex(boolean). |
TriangleFanSetObject |
TriangleFanSetObject.setNormalPerVertex(SFBoolObject newValue)
Assign typed object value to SFBool normalPerVertex field, similar to
TriangleFanSetObject.setNormalPerVertex(boolean). |
TriangleSetObject |
TriangleSetObject.setNormalPerVertex(SFBoolObject newValue)
Assign typed object value to SFBool normalPerVertex field, similar to
TriangleSetObject.setNormalPerVertex(boolean). |
TriangleStripSetObject |
TriangleStripSetObject.setNormalPerVertex(SFBoolObject newValue)
Assign typed object value to SFBool normalPerVertex field, similar to
TriangleStripSetObject.setNormalPerVertex(boolean). |
IndexedTriangleFanSetObject |
IndexedTriangleFanSetObject.setSolid(SFBoolObject newValue)
Assign typed object value to SFBool solid field, similar to
IndexedTriangleFanSetObject.setSolid(boolean). |
IndexedTriangleSetObject |
IndexedTriangleSetObject.setSolid(SFBoolObject newValue)
Assign typed object value to SFBool solid field, similar to
IndexedTriangleSetObject.setSolid(boolean). |
IndexedTriangleStripSetObject |
IndexedTriangleStripSetObject.setSolid(SFBoolObject newValue)
Assign typed object value to SFBool solid field, similar to
IndexedTriangleStripSetObject.setSolid(boolean). |
TriangleFanSetObject |
TriangleFanSetObject.setSolid(SFBoolObject newValue)
Assign typed object value to SFBool solid field, similar to
TriangleFanSetObject.setSolid(boolean). |
TriangleSetObject |
TriangleSetObject.setSolid(SFBoolObject newValue)
Assign typed object value to SFBool solid field, similar to
TriangleSetObject.setSolid(boolean). |
TriangleStripSetObject |
TriangleStripSetObject.setSolid(SFBoolObject newValue)
Assign typed object value to SFBool solid field, similar to
TriangleStripSetObject.setSolid(boolean). |
| Modifier and Type | Method and Description |
|---|---|
MotorJointObject |
MotorJointObject.setAutoCalc(SFBoolObject newValue)
Assign typed object value to SFBool autoCalc field, similar to
MotorJointObject.setAutoCalc(boolean). |
RigidBodyObject |
RigidBodyObject.setAutoDamp(SFBoolObject newValue)
Assign typed object value to SFBool autoDamp field, similar to
RigidBodyObject.setAutoDamp(boolean). |
RigidBodyCollectionObject |
RigidBodyCollectionObject.setAutoDisable(SFBoolObject newValue)
Assign typed object value to SFBool autoDisable field, similar to
RigidBodyCollectionObject.setAutoDisable(boolean). |
RigidBodyObject |
RigidBodyObject.setAutoDisable(SFBoolObject newValue)
Assign typed object value to SFBool autoDisable field, similar to
RigidBodyObject.setAutoDisable(boolean). |
CollidableOffsetObject |
CollidableOffsetObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
CollidableOffsetObject.setEnabled(boolean). |
CollidableShapeObject |
CollidableShapeObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
CollidableShapeObject.setEnabled(boolean). |
CollisionCollectionObject |
CollisionCollectionObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
CollisionCollectionObject.setEnabled(boolean). |
CollisionSensorObject |
CollisionSensorObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
CollisionSensorObject.setEnabled(boolean). |
CollisionSpaceObject |
CollisionSpaceObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
CollisionSpaceObject.setEnabled(boolean). |
RigidBodyCollectionObject |
RigidBodyCollectionObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
RigidBodyCollectionObject.setEnabled(boolean). |
RigidBodyObject |
RigidBodyObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
RigidBodyObject.setEnabled(boolean). |
RigidBodyObject |
RigidBodyObject.setFixed(SFBoolObject newValue)
Assign typed object value to SFBool fixed field, similar to
RigidBodyObject.setFixed(boolean). |
RigidBodyCollectionObject |
RigidBodyCollectionObject.setPreferAccuracy(SFBoolObject newValue)
Assign typed object value to SFBool preferAccuracy field, similar to
RigidBodyCollectionObject.setPreferAccuracy(boolean). |
RigidBodyObject |
RigidBodyObject.setUseFiniteRotation(SFBoolObject newValue)
Assign typed object value to SFBool useFiniteRotation field, similar to
RigidBodyObject.setUseFiniteRotation(boolean). |
CollisionSpaceObject |
CollisionSpaceObject.setUseGeometry(SFBoolObject newValue)
Assign typed object value to SFBool useGeometry field, similar to
CollisionSpaceObject.setUseGeometry(boolean). |
RigidBodyObject |
RigidBodyObject.setUseGlobalGravity(SFBoolObject newValue)
Assign typed object value to SFBool useGlobalGravity field, similar to
RigidBodyObject.setUseGlobalGravity(boolean). |
| Modifier and Type | Method and Description |
|---|---|
ScriptObject |
ScriptObject.setDirectOutput(SFBoolObject newValue)
Assign typed object value to SFBool directOutput field, similar to
ScriptObject.setDirectOutput(boolean). |
ScriptObject |
ScriptObject.setMustEvaluate(SFBoolObject newValue)
Assign typed object value to SFBool mustEvaluate field, similar to
ScriptObject.setMustEvaluate(boolean). |
| Modifier and Type | Method and Description |
|---|---|
ComposedShaderObject |
ComposedShaderObject.setActivate(SFBoolObject newValue)
Assign typed object value to SFBool activate field, similar to
ComposedShaderObject.setActivate(boolean). |
PackagedShaderObject |
PackagedShaderObject.setActivate(SFBoolObject newValue)
Assign typed object value to SFBool activate field, similar to
PackagedShaderObject.setActivate(boolean). |
ProgramShaderObject |
ProgramShaderObject.setActivate(SFBoolObject newValue)
Assign typed object value to SFBool activate field, similar to
ProgramShaderObject.setActivate(boolean). |
| Modifier and Type | Method and Description |
|---|---|
LinePropertiesObject |
LinePropertiesObject.setApplied(SFBoolObject newValue)
Assign typed object value to SFBool applied field, similar to
LinePropertiesObject.setApplied(boolean). |
FillPropertiesObject |
FillPropertiesObject.setFilled(SFBoolObject newValue)
Assign typed object value to SFBool filled field, similar to
FillPropertiesObject.setFilled(boolean). |
FillPropertiesObject |
FillPropertiesObject.setHatched(SFBoolObject newValue)
Assign typed object value to SFBool hatched field, similar to
FillPropertiesObject.setHatched(boolean). |
TwoSidedMaterialObject |
TwoSidedMaterialObject.setSeparateBackColor(SFBoolObject newValue)
Assign typed object value to SFBool separateBackColor field, similar to
TwoSidedMaterialObject.setSeparateBackColor(boolean). |
| Modifier and Type | Method and Description |
|---|---|
AudioClipObject |
AudioClipObject.setLoop(SFBoolObject newValue)
Assign typed object value to SFBool loop field, similar to
AudioClipObject.setLoop(boolean). |
SoundObject |
SoundObject.setSpatialize(SFBoolObject newValue)
Assign typed object value to SFBool spatialize field, similar to
SoundObject.setSpatialize(boolean). |
| Modifier and Type | Method and Description |
|---|---|
FontStyleObject |
FontStyleObject.setHorizontal(SFBoolObject newValue)
Assign typed object value to SFBool horizontal field, similar to
FontStyleObject.setHorizontal(boolean). |
FontStyleObject |
FontStyleObject.setLeftToRight(SFBoolObject newValue)
Assign typed object value to SFBool leftToRight field, similar to
FontStyleObject.setLeftToRight(boolean). |
TextObject |
TextObject.setSolid(SFBoolObject newValue)
Assign typed object value to SFBool solid field, similar to
TextObject.setSolid(boolean). |
FontStyleObject |
FontStyleObject.setTopToBottom(SFBoolObject newValue)
Assign typed object value to SFBool topToBottom field, similar to
FontStyleObject.setTopToBottom(boolean). |
| Modifier and Type | Method and Description |
|---|---|
TexturePropertiesObject |
TexturePropertiesObject.setGenerateMipMaps(SFBoolObject newValue)
Assign typed object value to SFBool generateMipMaps field, similar to
TexturePropertiesObject.setGenerateMipMaps(boolean). |
MovieTextureObject |
MovieTextureObject.setLoop(SFBoolObject newValue)
Assign typed object value to SFBool loop field, similar to
MovieTextureObject.setLoop(boolean). |
ImageTextureObject |
ImageTextureObject.setRepeatS(SFBoolObject newValue)
Assign typed object value to SFBool repeatS field, similar to
ImageTextureObject.setRepeatS(boolean). |
MovieTextureObject |
MovieTextureObject.setRepeatS(SFBoolObject newValue)
Assign typed object value to SFBool repeatS field, similar to
MovieTextureObject.setRepeatS(boolean). |
PixelTextureObject |
PixelTextureObject.setRepeatS(SFBoolObject newValue)
Assign typed object value to SFBool repeatS field, similar to
PixelTextureObject.setRepeatS(boolean). |
ImageTextureObject |
ImageTextureObject.setRepeatT(SFBoolObject newValue)
Assign typed object value to SFBool repeatT field, similar to
ImageTextureObject.setRepeatT(boolean). |
MovieTextureObject |
MovieTextureObject.setRepeatT(SFBoolObject newValue)
Assign typed object value to SFBool repeatT field, similar to
MovieTextureObject.setRepeatT(boolean). |
PixelTextureObject |
PixelTextureObject.setRepeatT(SFBoolObject newValue)
Assign typed object value to SFBool repeatT field, similar to
PixelTextureObject.setRepeatT(boolean). |
| Modifier and Type | Method and Description |
|---|---|
ComposedTexture3DObject |
ComposedTexture3DObject.setRepeatR(SFBoolObject newValue)
Assign typed object value to SFBool repeatR field, similar to
ComposedTexture3DObject.setRepeatR(boolean). |
ImageTexture3DObject |
ImageTexture3DObject.setRepeatR(SFBoolObject newValue)
Assign typed object value to SFBool repeatR field, similar to
ImageTexture3DObject.setRepeatR(boolean). |
PixelTexture3DObject |
PixelTexture3DObject.setRepeatR(SFBoolObject newValue)
Assign typed object value to SFBool repeatR field, similar to
PixelTexture3DObject.setRepeatR(boolean). |
ComposedTexture3DObject |
ComposedTexture3DObject.setRepeatS(SFBoolObject newValue)
Assign typed object value to SFBool repeatS field, similar to
ComposedTexture3DObject.setRepeatS(boolean). |
ImageTexture3DObject |
ImageTexture3DObject.setRepeatS(SFBoolObject newValue)
Assign typed object value to SFBool repeatS field, similar to
ImageTexture3DObject.setRepeatS(boolean). |
PixelTexture3DObject |
PixelTexture3DObject.setRepeatS(SFBoolObject newValue)
Assign typed object value to SFBool repeatS field, similar to
PixelTexture3DObject.setRepeatS(boolean). |
ComposedTexture3DObject |
ComposedTexture3DObject.setRepeatT(SFBoolObject newValue)
Assign typed object value to SFBool repeatT field, similar to
ComposedTexture3DObject.setRepeatT(boolean). |
ImageTexture3DObject |
ImageTexture3DObject.setRepeatT(SFBoolObject newValue)
Assign typed object value to SFBool repeatT field, similar to
ImageTexture3DObject.setRepeatT(boolean). |
PixelTexture3DObject |
PixelTexture3DObject.setRepeatT(SFBoolObject newValue)
Assign typed object value to SFBool repeatT field, similar to
PixelTexture3DObject.setRepeatT(boolean). |
| Modifier and Type | Method and Description |
|---|---|
TimeSensorObject |
TimeSensorObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
TimeSensorObject.setEnabled(boolean). |
TimeSensorObject |
TimeSensorObject.setLoop(SFBoolObject newValue)
Assign typed object value to SFBool loop field, similar to
TimeSensorObject.setLoop(boolean). |
| Modifier and Type | Method and Description |
|---|---|
SegmentedVolumeDataObject |
SegmentedVolumeDataObject.addSegmentEnabled(SFBoolObject newValue)
Add singleton SFBoolObject value to MFBool segmentEnabled field.
|
BlendedVolumeStyleObject |
BlendedVolumeStyleObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
BlendedVolumeStyleObject.setEnabled(boolean). |
BoundaryEnhancementVolumeStyleObject |
BoundaryEnhancementVolumeStyleObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
BoundaryEnhancementVolumeStyleObject.setEnabled(boolean). |
CartoonVolumeStyleObject |
CartoonVolumeStyleObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
CartoonVolumeStyleObject.setEnabled(boolean). |
ComposedVolumeStyleObject |
ComposedVolumeStyleObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
ComposedVolumeStyleObject.setEnabled(boolean). |
EdgeEnhancementVolumeStyleObject |
EdgeEnhancementVolumeStyleObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
EdgeEnhancementVolumeStyleObject.setEnabled(boolean). |
OpacityMapVolumeStyleObject |
OpacityMapVolumeStyleObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
OpacityMapVolumeStyleObject.setEnabled(boolean). |
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
ProjectionVolumeStyleObject.setEnabled(boolean). |
ShadedVolumeStyleObject |
ShadedVolumeStyleObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
ShadedVolumeStyleObject.setEnabled(boolean). |
SilhouetteEnhancementVolumeStyleObject |
SilhouetteEnhancementVolumeStyleObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
SilhouetteEnhancementVolumeStyleObject.setEnabled(boolean). |
ToneMappedVolumeStyleObject |
ToneMappedVolumeStyleObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
ToneMappedVolumeStyleObject.setEnabled(boolean). |
ShadedVolumeStyleObject |
ShadedVolumeStyleObject.setLighting(SFBoolObject newValue)
Assign typed object value to SFBool lighting field, similar to
ShadedVolumeStyleObject.setLighting(boolean). |
ShadedVolumeStyleObject |
ShadedVolumeStyleObject.setShadows(SFBoolObject newValue)
Assign typed object value to SFBool shadows field, similar to
ShadedVolumeStyleObject.setShadows(boolean). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.