| 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.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.fields |
The fields subpackage is provided for creating
typed X3D field values
and also includes various utility capabilities.
|
| org.web3d.x3d.jsail.Followers |
The Follower nodes (Chasers and Dampers) support dynamic creation of smooth parameter
transitions at run time.
|
| 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.Grouping |
The Grouping component describes how nodes are organized into groups to establish
a transformation hierarchy for the X3D scene graph.
|
| 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.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.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.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.VolumeRendering |
The Volume Rendering component provides the ability to specify and render volumetric
data sets.
|
| Modifier and Type | Method and Description |
|---|---|
CADAssemblyObject |
CADAssemblyObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
CADAssemblyObject.setBboxCenter(float[]). |
CADFaceObject |
CADFaceObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
CADFaceObject.setBboxCenter(float[]). |
CADLayerObject |
CADLayerObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
CADLayerObject.setBboxCenter(float[]). |
CADPartObject |
CADPartObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
CADPartObject.setBboxCenter(float[]). |
CADAssemblyObject |
CADAssemblyObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
CADAssemblyObject.setBboxSize(float[]). |
CADFaceObject |
CADFaceObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
CADFaceObject.setBboxSize(float[]). |
CADLayerObject |
CADLayerObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
CADLayerObject.setBboxSize(float[]). |
CADPartObject |
CADPartObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
CADPartObject.setBboxSize(float[]). |
CADPartObject |
CADPartObject.setCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f center field, similar to
CADPartObject.setCenter(float[]). |
CADPartObject |
CADPartObject.setScale(SFVec3fObject newValue)
Assign typed object value to SFVec3f scale field, similar to
CADPartObject.setScale(float[]). |
CADPartObject |
CADPartObject.setTranslation(SFVec3fObject newValue)
Assign typed object value to SFVec3f translation field, similar to
CADPartObject.setTranslation(float[]). |
| Modifier and Type | Method and Description |
|---|---|
SFVec3fObject |
fieldObject.getValueSFVec3f()
If type matches, then get typed value of a SFVec3f field declaration.
|
SFVec3fObject |
fieldValueObject.getValueSFVec3f()
If type matches, then get typed value of a SFVec3f fieldValue declaration.
|
| Modifier and Type | Method and Description |
|---|---|
fieldObject |
fieldObject.appendValue(SFVec3fObject newValue)
Append SFVec3fObject to field for value attribute.
|
fieldValueObject |
fieldValueObject.appendValue(SFVec3fObject newValue)
Append SFVec3fObject to fieldValue for value attribute.
|
fieldObject |
fieldObject.setValue(SFVec3fObject newValue)
Set typed value of a SFVec3f field declaration.
|
fieldValueObject |
fieldValueObject.setValue(SFVec3fObject newValue)
Set typed value of a SFVec3f fieldValue declaration.
|
| Modifier and Type | Method and Description |
|---|---|
TransmitterPduObject |
TransmitterPduObject.setAntennaLocation(SFVec3fObject newValue)
Assign typed object value to SFVec3f antennaLocation field, similar to
TransmitterPduObject.setAntennaLocation(float[]). |
EspduTransformObject |
EspduTransformObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
EspduTransformObject.setBboxCenter(float[]). |
ReceiverPduObject |
ReceiverPduObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
ReceiverPduObject.setBboxCenter(float[]). |
SignalPduObject |
SignalPduObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
SignalPduObject.setBboxCenter(float[]). |
TransmitterPduObject |
TransmitterPduObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
TransmitterPduObject.setBboxCenter(float[]). |
EspduTransformObject |
EspduTransformObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
EspduTransformObject.setBboxSize(float[]). |
ReceiverPduObject |
ReceiverPduObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
ReceiverPduObject.setBboxSize(float[]). |
SignalPduObject |
SignalPduObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
SignalPduObject.setBboxSize(float[]). |
TransmitterPduObject |
TransmitterPduObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
TransmitterPduObject.setBboxSize(float[]). |
EspduTransformObject |
EspduTransformObject.setCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f center field, similar to
EspduTransformObject.setCenter(float[]). |
EspduTransformObject |
EspduTransformObject.setDetonationLocation(SFVec3fObject newValue)
Assign typed object value to SFVec3f detonationLocation field, similar to
EspduTransformObject.setDetonationLocation(float[]). |
EspduTransformObject |
EspduTransformObject.setDetonationRelativeLocation(SFVec3fObject newValue)
Assign typed object value to SFVec3f detonationRelativeLocation field, similar to
EspduTransformObject.setDetonationRelativeLocation(float[]). |
EspduTransformObject |
EspduTransformObject.setLinearAcceleration(SFVec3fObject newValue)
Assign typed object value to SFVec3f linearAcceleration field, similar to
EspduTransformObject.setLinearAcceleration(float[]). |
EspduTransformObject |
EspduTransformObject.setLinearVelocity(SFVec3fObject newValue)
Assign typed object value to SFVec3f linearVelocity field, similar to
EspduTransformObject.setLinearVelocity(float[]). |
EspduTransformObject |
EspduTransformObject.setMunitionEndPoint(SFVec3fObject newValue)
Assign typed object value to SFVec3f munitionEndPoint field, similar to
EspduTransformObject.setMunitionEndPoint(float[]). |
EspduTransformObject |
EspduTransformObject.setMunitionStartPoint(SFVec3fObject newValue)
Assign typed object value to SFVec3f munitionStartPoint field, similar to
EspduTransformObject.setMunitionStartPoint(float[]). |
TransmitterPduObject |
TransmitterPduObject.setRelativeAntennaLocation(SFVec3fObject newValue)
Assign typed object value to SFVec3f relativeAntennaLocation field, similar to
TransmitterPduObject.setRelativeAntennaLocation(float[]). |
EspduTransformObject |
EspduTransformObject.setScale(SFVec3fObject newValue)
Assign typed object value to SFVec3f scale field, similar to
EspduTransformObject.setScale(float[]). |
EspduTransformObject |
EspduTransformObject.setTranslation(SFVec3fObject newValue)
Assign typed object value to SFVec3f translation field, similar to
EspduTransformObject.setTranslation(float[]). |
| Modifier and Type | Method and Description |
|---|---|
ProximitySensorObject |
ProximitySensorObject.setCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f center field, similar to
ProximitySensorObject.setCenter(float[]). |
TransformSensorObject |
TransformSensorObject.setCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f center field, similar to
TransformSensorObject.setCenter(float[]). |
VisibilitySensorObject |
VisibilitySensorObject.setCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f center field, similar to
VisibilitySensorObject.setCenter(float[]). |
ProximitySensorObject |
ProximitySensorObject.setSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f size field, similar to
ProximitySensorObject.setSize(float[]). |
TransformSensorObject |
TransformSensorObject.setSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f size field, similar to
TransformSensorObject.setSize(float[]). |
VisibilitySensorObject |
VisibilitySensorObject.setSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f size field, similar to
VisibilitySensorObject.setSize(float[]). |
| Modifier and Type | Method and Description |
|---|---|
SFVec3fObject |
SFVec3fObject.multiply(float scaleFactor)
Multiply scaleFactor times all values in this field type.
|
SFVec3fObject |
SFVec3fObject.normalize()
Utility method to normalize this vector value to unit length, ignore if zero length.
|
SFVec3fObject |
SFVec3fObject.setValue(double x,
double y,
double z)
Assign a new value to this field.
|
SFVec3fObject |
SFVec3fObject.setValue(float x,
float y,
float z)
Assign a new value to this field.
|
SFVec3fObject |
SFVec3fObject.setValue(SFVec3fObject newValue)
Apply an SFVec3fObject value to this field.
|
SFVec3fObject |
SFVec3fObject.setValueByString(java.lang.String newValue)
Utility accessor for SFVec3fObject using String value (which must pass parsing validation checks).
|
| Modifier and Type | Method and Description |
|---|---|
MFVec3fObject |
MFVec3fObject.append(SFVec3fObject newValue)
Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.
|
MFVec3fObject |
MFVec3fObject.setValue(SFVec3fObject newValue)
Assign a single-field SFVec3fObject as new array value.
|
SFVec3fObject |
SFVec3fObject.setValue(SFVec3fObject newValue)
Apply an SFVec3fObject value to this field.
|
| Constructor and Description |
|---|
SFVec3fObject(SFVec3fObject newValue)
Constructor to copy an SFVec3fObject value as initial value for this new field object.
|
| Modifier and Type | Method and Description |
|---|---|
CoordinateChaserObject |
CoordinateChaserObject.addInitialDestination(SFVec3fObject newValue)
Add singleton SFVec3fObject value to MFVec3f initialDestination field.
|
CoordinateDamperObject |
CoordinateDamperObject.addInitialDestination(SFVec3fObject newValue)
Add singleton SFVec3fObject value to MFVec3f initialDestination field.
|
CoordinateChaserObject |
CoordinateChaserObject.addInitialValue(SFVec3fObject newValue)
Add singleton SFVec3fObject value to MFVec3f initialValue field.
|
CoordinateDamperObject |
CoordinateDamperObject.addInitialValue(SFVec3fObject newValue)
Add singleton SFVec3fObject value to MFVec3f initialValue field.
|
PositionChaserObject |
PositionChaserObject.setInitialDestination(SFVec3fObject newValue)
Assign typed object value to SFVec3f initialDestination field, similar to
PositionChaserObject.setInitialDestination(float[]). |
PositionDamperObject |
PositionDamperObject.setInitialDestination(SFVec3fObject newValue)
Assign typed object value to SFVec3f initialDestination field, similar to
PositionDamperObject.setInitialDestination(float[]). |
PositionChaserObject |
PositionChaserObject.setInitialValue(SFVec3fObject newValue)
Assign typed object value to SFVec3f initialValue field, similar to
PositionChaserObject.setInitialValue(float[]). |
PositionDamperObject |
PositionDamperObject.setInitialValue(SFVec3fObject newValue)
Assign typed object value to SFVec3f initialValue field, similar to
PositionDamperObject.setInitialValue(float[]). |
| Modifier and Type | Method and Description |
|---|---|
ExtrusionObject |
ExtrusionObject.addSpine(SFVec3fObject newValue)
Add singleton SFVec3fObject value to MFVec3f spine field.
|
BoxObject |
BoxObject.setSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f size field, similar to
BoxObject.setSize(float[]). |
| Modifier and Type | Method and Description |
|---|---|
GeoLODObject |
GeoLODObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
GeoLODObject.setBboxCenter(float[]). |
GeoLocationObject |
GeoLocationObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
GeoLocationObject.setBboxCenter(float[]). |
GeoTransformObject |
GeoTransformObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
GeoTransformObject.setBboxCenter(float[]). |
GeoLODObject |
GeoLODObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
GeoLODObject.setBboxSize(float[]). |
GeoLocationObject |
GeoLocationObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
GeoLocationObject.setBboxSize(float[]). |
GeoTransformObject |
GeoTransformObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
GeoTransformObject.setBboxSize(float[]). |
GeoTransformObject |
GeoTransformObject.setScale(SFVec3fObject newValue)
Assign typed object value to SFVec3f scale field, similar to
GeoTransformObject.setScale(float[]). |
GeoProximitySensorObject |
GeoProximitySensorObject.setSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f size field, similar to
GeoProximitySensorObject.setSize(float[]). |
GeoTransformObject |
GeoTransformObject.setTranslation(SFVec3fObject newValue)
Assign typed object value to SFVec3f translation field, similar to
GeoTransformObject.setTranslation(float[]). |
| Modifier and Type | Method and Description |
|---|---|
GroupObject |
GroupObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
GroupObject.setBboxCenter(float[]). |
StaticGroupObject |
StaticGroupObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
StaticGroupObject.setBboxCenter(float[]). |
SwitchObject |
SwitchObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
SwitchObject.setBboxCenter(float[]). |
TransformObject |
TransformObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
TransformObject.setBboxCenter(float[]). |
GroupObject |
GroupObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
GroupObject.setBboxSize(float[]). |
StaticGroupObject |
StaticGroupObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
StaticGroupObject.setBboxSize(float[]). |
SwitchObject |
SwitchObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
SwitchObject.setBboxSize(float[]). |
TransformObject |
TransformObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
TransformObject.setBboxSize(float[]). |
TransformObject |
TransformObject.setCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f center field, similar to
TransformObject.setCenter(float[]). |
TransformObject |
TransformObject.setScale(SFVec3fObject newValue)
Assign typed object value to SFVec3f scale field, similar to
TransformObject.setScale(float[]). |
TransformObject |
TransformObject.setTranslation(SFVec3fObject newValue)
Assign typed object value to SFVec3f translation field, similar to
TransformObject.setTranslation(float[]). |
| Modifier and Type | Method and Description |
|---|---|
HAnimDisplacerObject |
HAnimDisplacerObject.addDisplacements(SFVec3fObject newValue)
Add singleton SFVec3fObject value to MFVec3f displacements field.
|
HAnimHumanoidObject |
HAnimHumanoidObject.addJointBindingPositions(SFVec3fObject newValue)
Add singleton SFVec3fObject value to MFVec3f jointBindingPositions field.
|
HAnimHumanoidObject |
HAnimHumanoidObject.addJointBindingScales(SFVec3fObject newValue)
Add singleton SFVec3fObject value to MFVec3f jointBindingScales field.
|
HAnimHumanoidObject |
HAnimHumanoidObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
HAnimHumanoidObject.setBboxCenter(float[]). |
HAnimJointObject |
HAnimJointObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
HAnimJointObject.setBboxCenter(float[]). |
HAnimSegmentObject |
HAnimSegmentObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
HAnimSegmentObject.setBboxCenter(float[]). |
HAnimSiteObject |
HAnimSiteObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
HAnimSiteObject.setBboxCenter(float[]). |
HAnimHumanoidObject |
HAnimHumanoidObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
HAnimHumanoidObject.setBboxSize(float[]). |
HAnimJointObject |
HAnimJointObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
HAnimJointObject.setBboxSize(float[]). |
HAnimSegmentObject |
HAnimSegmentObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
HAnimSegmentObject.setBboxSize(float[]). |
HAnimSiteObject |
HAnimSiteObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
HAnimSiteObject.setBboxSize(float[]). |
HAnimHumanoidObject |
HAnimHumanoidObject.setCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f center field, similar to
HAnimHumanoidObject.setCenter(float[]). |
HAnimJointObject |
HAnimJointObject.setCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f center field, similar to
HAnimJointObject.setCenter(float[]). |
HAnimSiteObject |
HAnimSiteObject.setCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f center field, similar to
HAnimSiteObject.setCenter(float[]). |
HAnimSegmentObject |
HAnimSegmentObject.setCenterOfMass(SFVec3fObject newValue)
Assign typed object value to SFVec3f centerOfMass field, similar to
HAnimSegmentObject.setCenterOfMass(float[]). |
HAnimJointObject |
HAnimJointObject.setLlimit(SFVec3fObject newValue)
Assign typed object value to SFVec3f llimit field, similar to
HAnimJointObject.setLlimit(float[]). |
HAnimHumanoidObject |
HAnimHumanoidObject.setScale(SFVec3fObject newValue)
Assign typed object value to SFVec3f scale field, similar to
HAnimHumanoidObject.setScale(float[]). |
HAnimJointObject |
HAnimJointObject.setScale(SFVec3fObject newValue)
Assign typed object value to SFVec3f scale field, similar to
HAnimJointObject.setScale(float[]). |
HAnimSiteObject |
HAnimSiteObject.setScale(SFVec3fObject newValue)
Assign typed object value to SFVec3f scale field, similar to
HAnimSiteObject.setScale(float[]). |
HAnimJointObject |
HAnimJointObject.setStiffness(SFVec3fObject newValue)
Assign typed object value to SFVec3f stiffness field, similar to
HAnimJointObject.setStiffness(float[]). |
HAnimHumanoidObject |
HAnimHumanoidObject.setTranslation(SFVec3fObject newValue)
Assign typed object value to SFVec3f translation field, similar to
HAnimHumanoidObject.setTranslation(float[]). |
HAnimJointObject |
HAnimJointObject.setTranslation(SFVec3fObject newValue)
Assign typed object value to SFVec3f translation field, similar to
HAnimJointObject.setTranslation(float[]). |
HAnimSiteObject |
HAnimSiteObject.setTranslation(SFVec3fObject newValue)
Assign typed object value to SFVec3f translation field, similar to
HAnimSiteObject.setTranslation(float[]). |
HAnimJointObject |
HAnimJointObject.setUlimit(SFVec3fObject newValue)
Assign typed object value to SFVec3f ulimit field, similar to
HAnimJointObject.setUlimit(float[]). |
| Modifier and Type | Method and Description |
|---|---|
CoordinateInterpolatorObject |
CoordinateInterpolatorObject.addKeyValue(SFVec3fObject newValue)
Add singleton SFVec3fObject value to MFVec3f keyValue field.
|
NormalInterpolatorObject |
NormalInterpolatorObject.addKeyValue(SFVec3fObject newValue)
Add singleton SFVec3fObject value to MFVec3f keyValue field.
|
PositionInterpolatorObject |
PositionInterpolatorObject.addKeyValue(SFVec3fObject newValue)
Add singleton SFVec3fObject value to MFVec3f keyValue field.
|
SplinePositionInterpolatorObject |
SplinePositionInterpolatorObject.addKeyValue(SFVec3fObject newValue)
Add singleton SFVec3fObject value to MFVec3f keyValue field.
|
SplinePositionInterpolatorObject |
SplinePositionInterpolatorObject.addKeyVelocity(SFVec3fObject newValue)
Add singleton SFVec3fObject value to MFVec3f keyVelocity field.
|
| Modifier and Type | Method and Description |
|---|---|
ViewportObject |
ViewportObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
ViewportObject.setBboxCenter(float[]). |
ViewportObject |
ViewportObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
ViewportObject.setBboxSize(float[]). |
| Modifier and Type | Method and Description |
|---|---|
LayoutGroupObject |
LayoutGroupObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
LayoutGroupObject.setBboxCenter(float[]). |
ScreenGroupObject |
ScreenGroupObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
ScreenGroupObject.setBboxCenter(float[]). |
LayoutGroupObject |
LayoutGroupObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
LayoutGroupObject.setBboxSize(float[]). |
ScreenGroupObject |
ScreenGroupObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
ScreenGroupObject.setBboxSize(float[]). |
| Modifier and Type | Method and Description |
|---|---|
PointLightObject |
PointLightObject.setAttenuation(SFVec3fObject newValue)
Assign typed object value to SFVec3f attenuation field, similar to
PointLightObject.setAttenuation(float[]). |
SpotLightObject |
SpotLightObject.setAttenuation(SFVec3fObject newValue)
Assign typed object value to SFVec3f attenuation field, similar to
SpotLightObject.setAttenuation(float[]). |
DirectionalLightObject |
DirectionalLightObject.setDirection(SFVec3fObject newValue)
Assign typed object value to SFVec3f direction field, similar to
DirectionalLightObject.setDirection(float[]). |
SpotLightObject |
SpotLightObject.setDirection(SFVec3fObject newValue)
Assign typed object value to SFVec3f direction field, similar to
SpotLightObject.setDirection(float[]). |
PointLightObject |
PointLightObject.setLocation(SFVec3fObject newValue)
Assign typed object value to SFVec3f location field, similar to
PointLightObject.setLocation(float[]). |
SpotLightObject |
SpotLightObject.setLocation(SFVec3fObject newValue)
Assign typed object value to SFVec3f location field, similar to
SpotLightObject.setLocation(float[]). |
| Modifier and Type | Method and Description |
|---|---|
BillboardObject |
BillboardObject.setAxisOfRotation(SFVec3fObject newValue)
Assign typed object value to SFVec3f axisOfRotation field, similar to
BillboardObject.setAxisOfRotation(float[]). |
BillboardObject |
BillboardObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
BillboardObject.setBboxCenter(float[]). |
CollisionObject |
CollisionObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
CollisionObject.setBboxCenter(float[]). |
LODObject |
LODObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
LODObject.setBboxCenter(float[]). |
BillboardObject |
BillboardObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
BillboardObject.setBboxSize(float[]). |
CollisionObject |
CollisionObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
CollisionObject.setBboxSize(float[]). |
LODObject |
LODObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
LODObject.setBboxSize(float[]). |
LODObject |
LODObject.setCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f center field, similar to
LODObject.setCenter(float[]). |
ViewpointGroupObject |
ViewpointGroupObject.setCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f center field, similar to
ViewpointGroupObject.setCenter(float[]). |
OrthoViewpointObject |
OrthoViewpointObject.setCenterOfRotation(SFVec3fObject newValue)
Assign typed object value to SFVec3f centerOfRotation field, similar to
OrthoViewpointObject.setCenterOfRotation(float[]). |
ViewpointObject |
ViewpointObject.setCenterOfRotation(SFVec3fObject newValue)
Assign typed object value to SFVec3f centerOfRotation field, similar to
ViewpointObject.setCenterOfRotation(float[]). |
OrthoViewpointObject |
OrthoViewpointObject.setPosition(SFVec3fObject newValue)
Assign typed object value to SFVec3f position field, similar to
OrthoViewpointObject.setPosition(float[]). |
ViewpointObject |
ViewpointObject.setPosition(SFVec3fObject newValue)
Assign typed object value to SFVec3f position field, similar to
ViewpointObject.setPosition(float[]). |
ViewpointGroupObject |
ViewpointGroupObject.setSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f size field, similar to
ViewpointGroupObject.setSize(float[]). |
| Modifier and Type | Method and Description |
|---|---|
AnchorObject |
AnchorObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
AnchorObject.setBboxCenter(float[]). |
InlineObject |
InlineObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
InlineObject.setBboxCenter(float[]). |
AnchorObject |
AnchorObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
AnchorObject.setBboxSize(float[]). |
InlineObject |
InlineObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
InlineObject.setBboxSize(float[]). |
| Modifier and Type | Method and Description |
|---|---|
NurbsSetObject |
NurbsSetObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
NurbsSetObject.setBboxCenter(float[]). |
NurbsSetObject |
NurbsSetObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
NurbsSetObject.setBboxSize(float[]). |
| Modifier and Type | Method and Description |
|---|---|
ParticleSystemObject |
ParticleSystemObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
ParticleSystemObject.setBboxCenter(float[]). |
ParticleSystemObject |
ParticleSystemObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
ParticleSystemObject.setBboxSize(float[]). |
ConeEmitterObject |
ConeEmitterObject.setDirection(SFVec3fObject newValue)
Assign typed object value to SFVec3f direction field, similar to
ConeEmitterObject.setDirection(float[]). |
PointEmitterObject |
PointEmitterObject.setDirection(SFVec3fObject newValue)
Assign typed object value to SFVec3f direction field, similar to
PointEmitterObject.setDirection(float[]). |
PolylineEmitterObject |
PolylineEmitterObject.setDirection(SFVec3fObject newValue)
Assign typed object value to SFVec3f direction field, similar to
PolylineEmitterObject.setDirection(float[]). |
VolumeEmitterObject |
VolumeEmitterObject.setDirection(SFVec3fObject newValue)
Assign typed object value to SFVec3f direction field, similar to
VolumeEmitterObject.setDirection(float[]). |
WindPhysicsModelObject |
WindPhysicsModelObject.setDirection(SFVec3fObject newValue)
Assign typed object value to SFVec3f direction field, similar to
WindPhysicsModelObject.setDirection(float[]). |
ForcePhysicsModelObject |
ForcePhysicsModelObject.setForce(SFVec3fObject newValue)
Assign typed object value to SFVec3f force field, similar to
ForcePhysicsModelObject.setForce(float[]). |
ConeEmitterObject |
ConeEmitterObject.setPosition(SFVec3fObject newValue)
Assign typed object value to SFVec3f position field, similar to
ConeEmitterObject.setPosition(float[]). |
ExplosionEmitterObject |
ExplosionEmitterObject.setPosition(SFVec3fObject newValue)
Assign typed object value to SFVec3f position field, similar to
ExplosionEmitterObject.setPosition(float[]). |
PointEmitterObject |
PointEmitterObject.setPosition(SFVec3fObject newValue)
Assign typed object value to SFVec3f position field, similar to
PointEmitterObject.setPosition(float[]). |
| Modifier and Type | Method and Description |
|---|---|
PickableGroupObject |
PickableGroupObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
PickableGroupObject.setBboxCenter(float[]). |
PickableGroupObject |
PickableGroupObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
PickableGroupObject.setBboxSize(float[]). |
| Modifier and Type | Method and Description |
|---|---|
PlaneSensorObject |
PlaneSensorObject.setOffset(SFVec3fObject newValue)
Assign typed object value to SFVec3f offset field, similar to
PlaneSensorObject.setOffset(float[]). |
| Modifier and Type | Method and Description |
|---|---|
CoordinateObject |
CoordinateObject.addPoint(SFVec3fObject newValue)
Add singleton SFVec3fObject value to MFVec3f point field.
|
NormalObject |
NormalObject.addVector(SFVec3fObject newValue)
Add singleton SFVec3fObject value to MFVec3f vector field.
|
| Modifier and Type | Method and Description |
|---|---|
RigidBodyObject |
RigidBodyObject.addForces(SFVec3fObject newValue)
Add singleton SFVec3fObject value to MFVec3f forces field.
|
RigidBodyObject |
RigidBodyObject.addTorques(SFVec3fObject newValue)
Add singleton SFVec3fObject value to MFVec3f torques field.
|
BallJointObject |
BallJointObject.setAnchorPoint(SFVec3fObject newValue)
Assign typed object value to SFVec3f anchorPoint field, similar to
BallJointObject.setAnchorPoint(float[]). |
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setAnchorPoint(SFVec3fObject newValue)
Assign typed object value to SFVec3f anchorPoint field, similar to
DoubleAxisHingeJointObject.setAnchorPoint(float[]). |
SingleAxisHingeJointObject |
SingleAxisHingeJointObject.setAnchorPoint(SFVec3fObject newValue)
Assign typed object value to SFVec3f anchorPoint field, similar to
SingleAxisHingeJointObject.setAnchorPoint(float[]). |
UniversalJointObject |
UniversalJointObject.setAnchorPoint(SFVec3fObject newValue)
Assign typed object value to SFVec3f anchorPoint field, similar to
UniversalJointObject.setAnchorPoint(float[]). |
RigidBodyObject |
RigidBodyObject.setAngularVelocity(SFVec3fObject newValue)
Assign typed object value to SFVec3f angularVelocity field, similar to
RigidBodyObject.setAngularVelocity(float[]). |
SingleAxisHingeJointObject |
SingleAxisHingeJointObject.setAxis(SFVec3fObject newValue)
Assign typed object value to SFVec3f axis field, similar to
SingleAxisHingeJointObject.setAxis(float[]). |
SliderJointObject |
SliderJointObject.setAxis(SFVec3fObject newValue)
Assign typed object value to SFVec3f axis field, similar to
SliderJointObject.setAxis(float[]). |
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setAxis1(SFVec3fObject newValue)
Assign typed object value to SFVec3f axis1 field, similar to
DoubleAxisHingeJointObject.setAxis1(float[]). |
UniversalJointObject |
UniversalJointObject.setAxis1(SFVec3fObject newValue)
Assign typed object value to SFVec3f axis1 field, similar to
UniversalJointObject.setAxis1(float[]). |
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setAxis2(SFVec3fObject newValue)
Assign typed object value to SFVec3f axis2 field, similar to
DoubleAxisHingeJointObject.setAxis2(float[]). |
UniversalJointObject |
UniversalJointObject.setAxis2(SFVec3fObject newValue)
Assign typed object value to SFVec3f axis2 field, similar to
UniversalJointObject.setAxis2(float[]). |
CollidableOffsetObject |
CollidableOffsetObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
CollidableOffsetObject.setBboxCenter(float[]). |
CollidableShapeObject |
CollidableShapeObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
CollidableShapeObject.setBboxCenter(float[]). |
CollisionSpaceObject |
CollisionSpaceObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
CollisionSpaceObject.setBboxCenter(float[]). |
CollidableOffsetObject |
CollidableOffsetObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
CollidableOffsetObject.setBboxSize(float[]). |
CollidableShapeObject |
CollidableShapeObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
CollidableShapeObject.setBboxSize(float[]). |
CollisionSpaceObject |
CollisionSpaceObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
CollisionSpaceObject.setBboxSize(float[]). |
RigidBodyObject |
RigidBodyObject.setCenterOfMass(SFVec3fObject newValue)
Assign typed object value to SFVec3f centerOfMass field, similar to
RigidBodyObject.setCenterOfMass(float[]). |
ContactObject |
ContactObject.setContactNormal(SFVec3fObject newValue)
Assign typed object value to SFVec3f contactNormal field, similar to
ContactObject.setContactNormal(float[]). |
RigidBodyObject |
RigidBodyObject.setFiniteRotationAxis(SFVec3fObject newValue)
Assign typed object value to SFVec3f finiteRotationAxis field, similar to
RigidBodyObject.setFiniteRotationAxis(float[]). |
ContactObject |
ContactObject.setFrictionDirection(SFVec3fObject newValue)
Assign typed object value to SFVec3f frictionDirection field, similar to
ContactObject.setFrictionDirection(float[]). |
RigidBodyCollectionObject |
RigidBodyCollectionObject.setGravity(SFVec3fObject newValue)
Assign typed object value to SFVec3f gravity field, similar to
RigidBodyCollectionObject.setGravity(float[]). |
RigidBodyObject |
RigidBodyObject.setLinearVelocity(SFVec3fObject newValue)
Assign typed object value to SFVec3f linearVelocity field, similar to
RigidBodyObject.setLinearVelocity(float[]). |
MotorJointObject |
MotorJointObject.setMotor1Axis(SFVec3fObject newValue)
Assign typed object value to SFVec3f motor1Axis field, similar to
MotorJointObject.setMotor1Axis(float[]). |
MotorJointObject |
MotorJointObject.setMotor2Axis(SFVec3fObject newValue)
Assign typed object value to SFVec3f motor2Axis field, similar to
MotorJointObject.setMotor2Axis(float[]). |
MotorJointObject |
MotorJointObject.setMotor3Axis(SFVec3fObject newValue)
Assign typed object value to SFVec3f motor3Axis field, similar to
MotorJointObject.setMotor3Axis(float[]). |
ContactObject |
ContactObject.setPosition(SFVec3fObject newValue)
Assign typed object value to SFVec3f position field, similar to
ContactObject.setPosition(float[]). |
RigidBodyObject |
RigidBodyObject.setPosition(SFVec3fObject newValue)
Assign typed object value to SFVec3f position field, similar to
RigidBodyObject.setPosition(float[]). |
CollidableOffsetObject |
CollidableOffsetObject.setTranslation(SFVec3fObject newValue)
Assign typed object value to SFVec3f translation field, similar to
CollidableOffsetObject.setTranslation(float[]). |
CollidableShapeObject |
CollidableShapeObject.setTranslation(SFVec3fObject newValue)
Assign typed object value to SFVec3f translation field, similar to
CollidableShapeObject.setTranslation(float[]). |
| Modifier and Type | Method and Description |
|---|---|
ShapeObject |
ShapeObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
ShapeObject.setBboxCenter(float[]). |
ShapeObject |
ShapeObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
ShapeObject.setBboxSize(float[]). |
| Modifier and Type | Method and Description |
|---|---|
SoundObject |
SoundObject.setDirection(SFVec3fObject newValue)
Assign typed object value to SFVec3f direction field, similar to
SoundObject.setDirection(float[]). |
SoundObject |
SoundObject.setLocation(SFVec3fObject newValue)
Assign typed object value to SFVec3f location field, similar to
SoundObject.setLocation(float[]). |
| Modifier and Type | Method and Description |
|---|---|
TextureCoordinate3DObject |
TextureCoordinate3DObject.addPoint(SFVec3fObject newValue)
Add singleton SFVec3fObject value to MFVec3f point field.
|
TextureTransform3DObject |
TextureTransform3DObject.setCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f center field, similar to
TextureTransform3DObject.setCenter(float[]). |
TextureTransform3DObject |
TextureTransform3DObject.setScale(SFVec3fObject newValue)
Assign typed object value to SFVec3f scale field, similar to
TextureTransform3DObject.setScale(float[]). |
TextureTransform3DObject |
TextureTransform3DObject.setTranslation(SFVec3fObject newValue)
Assign typed object value to SFVec3f translation field, similar to
TextureTransform3DObject.setTranslation(float[]). |
| Modifier and Type | Method and Description |
|---|---|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
IsoSurfaceVolumeDataObject.setBboxCenter(float[]). |
SegmentedVolumeDataObject |
SegmentedVolumeDataObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
SegmentedVolumeDataObject.setBboxCenter(float[]). |
VolumeDataObject |
VolumeDataObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
VolumeDataObject.setBboxCenter(float[]). |
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
IsoSurfaceVolumeDataObject.setBboxSize(float[]). |
SegmentedVolumeDataObject |
SegmentedVolumeDataObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
SegmentedVolumeDataObject.setBboxSize(float[]). |
VolumeDataObject |
VolumeDataObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
VolumeDataObject.setBboxSize(float[]). |
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setDimensions(SFVec3fObject newValue)
Assign typed object value to SFVec3f dimensions field, similar to
IsoSurfaceVolumeDataObject.setDimensions(float[]). |
SegmentedVolumeDataObject |
SegmentedVolumeDataObject.setDimensions(SFVec3fObject newValue)
Assign typed object value to SFVec3f dimensions field, similar to
SegmentedVolumeDataObject.setDimensions(float[]). |
VolumeDataObject |
VolumeDataObject.setDimensions(SFVec3fObject newValue)
Assign typed object value to SFVec3f dimensions field, similar to
VolumeDataObject.setDimensions(float[]). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.