Uses of Interface
org.web3d.x3d.sai.Networking.X3DUrlObject
-
Uses of X3DUrlObject in org.web3d.x3d.jsail.CubeMapTexturing
Classes in org.web3d.x3d.jsail.CubeMapTexturing that implement X3DUrlObject Modifier and Type Class Description classImageCubeMapTextureObjectImageCubeMapTexture is a texture node that defines a cubic environment map source as a single file format that contains multiple images, one for each side. -
Uses of X3DUrlObject in org.web3d.x3d.jsail.DIS
Classes in org.web3d.x3d.jsail.DIS that implement X3DUrlObject Modifier and Type Class Description classDISEntityTypeMappingObjectDISEntityTypeMapping provides a best-match mapping from DIS ESPDU entity type information to a specific X3D model, thus providing a visual and behavioral representation that best matches the entity type. -
Uses of X3DUrlObject in org.web3d.x3d.jsail.Geospatial
Classes in org.web3d.x3d.jsail.Geospatial that implement X3DUrlObject Modifier and Type Class Description classGeoMetadataObjectGeoMetadata includes a generic subset of metadata about the geographic data. -
Uses of X3DUrlObject in org.web3d.x3d.jsail.Networking
Classes in org.web3d.x3d.jsail.Networking that implement X3DUrlObject Modifier and Type Class Description classAnchorObjectAnchor is a Grouping node that can contain most nodes.classInlineObjectInline can load another X3D or VRML model into the current scene via url.Method parameters in org.web3d.x3d.jsail.Networking with type arguments of type X3DUrlObject Modifier and Type Method Description LoadSensorObjectLoadSensorObject. setWatchList(java.util.ArrayList<X3DUrlObject> newValue)Assign ArrayList value of MFNode watchList field, similar toLoadSensorObject.setWatchList(X3DNode[]). -
Uses of X3DUrlObject in org.web3d.x3d.jsail.Scripting
Classes in org.web3d.x3d.jsail.Scripting that implement X3DUrlObject Modifier and Type Class Description classScriptObjectScript contains author-programmed event behaviors for a scene. -
Uses of X3DUrlObject in org.web3d.x3d.jsail.Shaders
Classes in org.web3d.x3d.jsail.Shaders that implement X3DUrlObject Modifier and Type Class Description classPackagedShaderObjectPackagedShader can contain field declarations, but no CDATA section of plain-text source code.classShaderPartObjectShaderPart can contain a CDATA section of plain-text source code.classShaderProgramObjectShaderProgram can contain field declarations and a CDATA section of plain-text source code. -
Uses of X3DUrlObject in org.web3d.x3d.jsail.Sound
Classes in org.web3d.x3d.jsail.Sound that implement X3DUrlObject Modifier and Type Class Description classAudioClipObjectAudioClip provides audio data used by parent Sound nodes. -
Uses of X3DUrlObject in org.web3d.x3d.jsail.Texturing
Classes in org.web3d.x3d.jsail.Texturing that implement X3DUrlObject Modifier and Type Class Description classImageTextureObjectImageTexture maps a 2D-image file onto a geometric shape.classMovieTextureObjectMovieTexture applies a 2D movie image to surface geometry, or provides audio for a Sound node. -
Uses of X3DUrlObject in org.web3d.x3d.jsail.Texturing3D
Classes in org.web3d.x3d.jsail.Texturing3D that implement X3DUrlObject Modifier and Type Class Description classImageTexture3DObjectImageTexture3D defines a 3D image-based texture map by specifying a single image file that contains complete 3D data. -
Uses of X3DUrlObject in org.web3d.x3d.sai.CubeMapTexturing
Subinterfaces of X3DUrlObject in org.web3d.x3d.sai.CubeMapTexturing Modifier and Type Interface Description interfaceImageCubeMapTextureImageCubeMapTexture is a texture node that defines a cubic environment map source as a single file format that contains multiple images, one for each side. -
Uses of X3DUrlObject in org.web3d.x3d.sai.DIS
Subinterfaces of X3DUrlObject in org.web3d.x3d.sai.DIS Modifier and Type Interface Description interfaceDISEntityTypeMappingDISEntityTypeMapping provides a best-match mapping from DIS ESPDU entity type information to a specific X3D model, thus providing a visual and behavioral representation that best matches the entity type. -
Uses of X3DUrlObject in org.web3d.x3d.sai.Geospatial
Subinterfaces of X3DUrlObject in org.web3d.x3d.sai.Geospatial Modifier and Type Interface Description interfaceGeoMetadataGeoMetadata includes a generic subset of metadata about the geographic data. -
Uses of X3DUrlObject in org.web3d.x3d.sai.Networking
Subinterfaces of X3DUrlObject in org.web3d.x3d.sai.Networking Modifier and Type Interface Description interfaceAnchorAnchor is a Grouping node that can contain most nodes.interfaceInlineInline can load another X3D or VRML model into the current scene via url.Methods in org.web3d.x3d.sai.Networking that return X3DUrlObject Modifier and Type Method Description X3DUrlObjectX3DUrlObject. setUrl(java.lang.String[] newValue)Accessor method to assign String array to inputOutput MFString field named url. -
Uses of X3DUrlObject in org.web3d.x3d.sai.Scripting
Subinterfaces of X3DUrlObject in org.web3d.x3d.sai.Scripting Modifier and Type Interface Description interfaceScriptScript contains author-programmed event behaviors for a scene.interfaceX3DScriptNodeBase type for scripting nodes (but not shader nodes). -
Uses of X3DUrlObject in org.web3d.x3d.sai.Shaders
Subinterfaces of X3DUrlObject in org.web3d.x3d.sai.Shaders Modifier and Type Interface Description interfacePackagedShaderPackagedShader can contain field declarations, but no CDATA section of plain-text source code.interfaceShaderPartShaderPart can contain a CDATA section of plain-text source code.interfaceShaderProgramShaderProgram can contain field declarations and a CDATA section of plain-text source code. -
Uses of X3DUrlObject in org.web3d.x3d.sai.Sound
Subinterfaces of X3DUrlObject in org.web3d.x3d.sai.Sound Modifier and Type Interface Description interfaceAudioClipAudioClip provides audio data used by parent Sound nodes. -
Uses of X3DUrlObject in org.web3d.x3d.sai.Texturing
Subinterfaces of X3DUrlObject in org.web3d.x3d.sai.Texturing Modifier and Type Interface Description interfaceImageTextureImageTexture maps a 2D-image file onto a geometric shape.interfaceMovieTextureMovieTexture applies a 2D movie image to surface geometry, or provides audio for a Sound node. -
Uses of X3DUrlObject in org.web3d.x3d.sai.Texturing3D
Subinterfaces of X3DUrlObject in org.web3d.x3d.sai.Texturing3D Modifier and Type Interface Description interfaceImageTexture3DImageTexture3D defines a 3D image-based texture map by specifying a single image file that contains complete 3D data.