Uses of Interface
org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate
Packages that use FogCoordinate
Package
Description
The CADGeometry component is provided for Computer-Aided Design (CAD) nodes.
Nodes in the Environmental effects component support the creation of realistic environmental effects such as panoramic backgrounds and fog.
The Geometry3D component describes how three-dimensional geometry is specified and defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes (Box, Cone, Cylinder, Sphere).
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.
The CADGeometry component is provided for Computer-Aided Design (CAD) nodes.
Nodes in the Environmental effects component support the creation of realistic environmental effects such as panoramic backgrounds and fog.
The Geometry3D component describes how three-dimensional geometry is specified and defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes (Box, Cone, Cylinder, Sphere).
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.
-
Uses of FogCoordinate in org.web3d.x3d.jsail.CADGeometry
Fields in org.web3d.x3d.jsail.CADGeometry declared as FogCoordinateModifier and TypeFieldDescriptionstatic final FogCoordinateIndexedQuadSet.FOGCOORD_DEFAULT_VALUESFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).static final FogCoordinateQuadSet.FOGCOORD_DEFAULT_VALUESFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.CADGeometry that return FogCoordinateModifier and TypeMethodDescriptionIndexedQuadSet.getFogCoord()Provide org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) from inputOutput SFNode field fogCoord.QuadSet.getFogCoord()Provide org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) from inputOutput SFNode field fogCoord.static final FogCoordinateIndexedQuadSet.getFogCoordDefault()Public accessor for encapsulated SFNode default value null, returned as org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate.static final FogCoordinateQuadSet.getFogCoordDefault()Public accessor for encapsulated SFNode default value null, returned as org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate.Methods in org.web3d.x3d.jsail.CADGeometry with parameters of type FogCoordinateModifier and TypeMethodDescriptionIndexedQuadSet.setFogCoord(FogCoordinate newValue) Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.QuadSet.setFogCoord(FogCoordinate newValue) Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord. -
Uses of FogCoordinate in org.web3d.x3d.jsail.EnvironmentalEffects
Classes in org.web3d.x3d.jsail.EnvironmentalEffects that implement FogCoordinateModifier and TypeClassDescriptionclassFogCoordinate defines a set of explicit fog depths on a per-vertex basis, overriding Fog visibilityRange. -
Uses of FogCoordinate in org.web3d.x3d.jsail.Geometry3D
Fields in org.web3d.x3d.jsail.Geometry3D declared as FogCoordinateModifier and TypeFieldDescriptionstatic final FogCoordinateElevationGrid.FOGCOORD_DEFAULT_VALUESFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).static final FogCoordinateIndexedFaceSet.FOGCOORD_DEFAULT_VALUESFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Geometry3D that return FogCoordinateModifier and TypeMethodDescriptionElevationGrid.getFogCoord()Provide org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) from inputOutput SFNode field fogCoord.IndexedFaceSet.getFogCoord()Provide org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) from inputOutput SFNode field fogCoord.static final FogCoordinateElevationGrid.getFogCoordDefault()Public accessor for encapsulated SFNode default value null, returned as org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate.static final FogCoordinateIndexedFaceSet.getFogCoordDefault()Public accessor for encapsulated SFNode default value null, returned as org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate.Methods in org.web3d.x3d.jsail.Geometry3D with parameters of type FogCoordinateModifier and TypeMethodDescriptionElevationGrid.setFogCoord(FogCoordinate newValue) Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.IndexedFaceSet.setFogCoord(FogCoordinate newValue) Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord. -
Uses of FogCoordinate in org.web3d.x3d.jsail.Rendering
Fields in org.web3d.x3d.jsail.Rendering declared as FogCoordinateModifier and TypeFieldDescriptionstatic final FogCoordinateIndexedLineSet.FOGCOORD_DEFAULT_VALUESFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).static final FogCoordinateIndexedTriangleFanSet.FOGCOORD_DEFAULT_VALUESFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).static final FogCoordinateIndexedTriangleSet.FOGCOORD_DEFAULT_VALUESFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).static final FogCoordinateIndexedTriangleStripSet.FOGCOORD_DEFAULT_VALUESFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).static final FogCoordinateLineSet.FOGCOORD_DEFAULT_VALUESFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).static final FogCoordinatePointSet.FOGCOORD_DEFAULT_VALUESFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).static final FogCoordinateTriangleFanSet.FOGCOORD_DEFAULT_VALUESFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).static final FogCoordinateTriangleSet.FOGCOORD_DEFAULT_VALUESFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).static final FogCoordinateTriangleStripSet.FOGCOORD_DEFAULT_VALUESFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Rendering that return FogCoordinateModifier and TypeMethodDescriptionIndexedLineSet.getFogCoord()Provide org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) from inputOutput SFNode field fogCoord.IndexedTriangleFanSet.getFogCoord()Provide org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) from inputOutput SFNode field fogCoord.IndexedTriangleSet.getFogCoord()Provide org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) from inputOutput SFNode field fogCoord.IndexedTriangleStripSet.getFogCoord()Provide org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) from inputOutput SFNode field fogCoord.LineSet.getFogCoord()Provide org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) from inputOutput SFNode field fogCoord.PointSet.getFogCoord()Provide org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) from inputOutput SFNode field fogCoord.TriangleFanSet.getFogCoord()Provide org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) from inputOutput SFNode field fogCoord.TriangleSet.getFogCoord()Provide org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) from inputOutput SFNode field fogCoord.TriangleStripSet.getFogCoord()Provide org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) from inputOutput SFNode field fogCoord.static final FogCoordinateIndexedLineSet.getFogCoordDefault()Public accessor for encapsulated SFNode default value null, returned as org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate.static final FogCoordinateIndexedTriangleFanSet.getFogCoordDefault()Public accessor for encapsulated SFNode default value null, returned as org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate.static final FogCoordinateIndexedTriangleSet.getFogCoordDefault()Public accessor for encapsulated SFNode default value null, returned as org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate.static final FogCoordinateIndexedTriangleStripSet.getFogCoordDefault()Public accessor for encapsulated SFNode default value null, returned as org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate.static final FogCoordinateLineSet.getFogCoordDefault()Public accessor for encapsulated SFNode default value null, returned as org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate.static final FogCoordinatePointSet.getFogCoordDefault()Public accessor for encapsulated SFNode default value null, returned as org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate.static final FogCoordinateTriangleFanSet.getFogCoordDefault()Public accessor for encapsulated SFNode default value null, returned as org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate.static final FogCoordinateTriangleSet.getFogCoordDefault()Public accessor for encapsulated SFNode default value null, returned as org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate.static final FogCoordinateTriangleStripSet.getFogCoordDefault()Public accessor for encapsulated SFNode default value null, returned as org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate.Methods in org.web3d.x3d.jsail.Rendering with parameters of type FogCoordinateModifier and TypeMethodDescriptionIndexedLineSet.setFogCoord(FogCoordinate newValue) Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.IndexedTriangleFanSet.setFogCoord(FogCoordinate newValue) Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.IndexedTriangleSet.setFogCoord(FogCoordinate newValue) Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.IndexedTriangleStripSet.setFogCoord(FogCoordinate newValue) Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.LineSet.setFogCoord(FogCoordinate newValue) Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.PointSet.setFogCoord(FogCoordinate newValue) Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.TriangleFanSet.setFogCoord(FogCoordinate newValue) Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.TriangleSet.setFogCoord(FogCoordinate newValue) Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.TriangleStripSet.setFogCoord(FogCoordinate newValue) Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord. -
Uses of FogCoordinate in org.web3d.x3d.sai.CADGeometry
Methods in org.web3d.x3d.sai.CADGeometry that return FogCoordinateModifier and TypeMethodDescriptionIndexedQuadSet.getFogCoord()Provide org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) from inputOutput SFNode field fogCoord.QuadSet.getFogCoord()Provide org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) from inputOutput SFNode field fogCoord.Methods in org.web3d.x3d.sai.CADGeometry with parameters of type FogCoordinateModifier and TypeMethodDescriptionIndexedQuadSet.setFogCoord(FogCoordinate newValue) Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.QuadSet.setFogCoord(FogCoordinate newValue) Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord. -
Uses of FogCoordinate in org.web3d.x3d.sai.EnvironmentalEffects
Methods in org.web3d.x3d.sai.EnvironmentalEffects that return FogCoordinateModifier and TypeMethodDescriptionFogCoordinate.setDepth(float[] newValue) Accessor method to assign float array to inputOutput MFFloat field named depth.FogCoordinate.setMetadata(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata. -
Uses of FogCoordinate in org.web3d.x3d.sai.Geometry3D
Methods in org.web3d.x3d.sai.Geometry3D that return FogCoordinateModifier and TypeMethodDescriptionElevationGrid.getFogCoord()Provide org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) from inputOutput SFNode field fogCoord.IndexedFaceSet.getFogCoord()Provide org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) from inputOutput SFNode field fogCoord.Methods in org.web3d.x3d.sai.Geometry3D with parameters of type FogCoordinateModifier and TypeMethodDescriptionElevationGrid.setFogCoord(FogCoordinate newValue) Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.IndexedFaceSet.setFogCoord(FogCoordinate newValue) Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord. -
Uses of FogCoordinate in org.web3d.x3d.sai.Rendering
Methods in org.web3d.x3d.sai.Rendering that return FogCoordinateModifier and TypeMethodDescriptionIndexedLineSet.getFogCoord()Provide org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) from inputOutput SFNode field fogCoord.IndexedTriangleFanSet.getFogCoord()Provide org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) from inputOutput SFNode field fogCoord.IndexedTriangleSet.getFogCoord()Provide org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) from inputOutput SFNode field fogCoord.IndexedTriangleStripSet.getFogCoord()Provide org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) from inputOutput SFNode field fogCoord.LineSet.getFogCoord()Provide org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) from inputOutput SFNode field fogCoord.PointSet.getFogCoord()Provide org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) from inputOutput SFNode field fogCoord.TriangleFanSet.getFogCoord()Provide org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) from inputOutput SFNode field fogCoord.TriangleSet.getFogCoord()Provide org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) from inputOutput SFNode field fogCoord.TriangleStripSet.getFogCoord()Provide org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) from inputOutput SFNode field fogCoord.X3DComposedGeometryNode.getFogCoord()Provide org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) from inputOutput SFNode field fogCoord.Methods in org.web3d.x3d.sai.Rendering with parameters of type FogCoordinateModifier and TypeMethodDescriptionIndexedLineSet.setFogCoord(FogCoordinate newValue) Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.IndexedTriangleFanSet.setFogCoord(FogCoordinate newValue) Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.IndexedTriangleSet.setFogCoord(FogCoordinate newValue) Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.IndexedTriangleStripSet.setFogCoord(FogCoordinate newValue) Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.LineSet.setFogCoord(FogCoordinate newValue) Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.PointSet.setFogCoord(FogCoordinate newValue) Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.TriangleFanSet.setFogCoord(FogCoordinate newValue) Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.TriangleSet.setFogCoord(FogCoordinate newValue) Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.TriangleStripSet.setFogCoord(FogCoordinate newValue) Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.X3DComposedGeometryNode.setFogCoord(FogCoordinate newValue) Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.