Uses of Interface
org.web3d.x3d.sai.Shape.X3DAppearanceNode
Packages that use X3DAppearanceNode
Package
Description
The Particle Systems component specifies how to model particles and their interactions through the application of basic physics principles to affect motion.
The Shape component defines nodes for associating geometry with their visible properties and the scene environment.
The Particle Systems component specifies how to model particles and their interactions through the application of basic physics principles to affect motion.
The Shape component defines nodes for associating geometry with their visible properties and the scene environment.
-
Uses of X3DAppearanceNode in org.web3d.x3d.jsail.ParticleSystems
Fields in org.web3d.x3d.jsail.ParticleSystems declared as X3DAppearanceNodeModifier and TypeFieldDescriptionstatic final X3DAppearanceNode
ParticleSystem.APPEARANCE_DEFAULT_VALUE
SFNode field named appearance has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.ParticleSystems that return X3DAppearanceNodeModifier and TypeMethodDescriptionParticleSystem.getAppearance()
Provide org.web3d.x3d.sai.Shape.X3DAppearanceNode instance (using a properly typed node) from inputOutput SFNode field appearance.Methods in org.web3d.x3d.jsail.ParticleSystems with parameters of type X3DAppearanceNodeModifier and TypeMethodDescriptionParticleSystem.setAppearance
(X3DAppearanceNode newValue) Accessor method to assign org.web3d.x3d.sai.Shape.X3DAppearanceNode instance (using a properly typed node) to inputOutput SFNode field appearance. -
Uses of X3DAppearanceNode in org.web3d.x3d.jsail.Shape
Classes in org.web3d.x3d.jsail.Shape that implement X3DAppearanceNodeModifier and TypeClassDescriptionclass
Appearance specifies the visual properties of geometry by containing the Material, ImageTexture/MovieTexture/PixelTexture, FillProperties, LineProperties, programmable shader nodes (ComposedShader, PackagedShader, ProgramShader) and TextureTransform nodes.Fields in org.web3d.x3d.jsail.Shape declared as X3DAppearanceNodeModifier and TypeFieldDescriptionstatic final X3DAppearanceNode
Shape.APPEARANCE_DEFAULT_VALUE
SFNode field named appearance has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Shape that return X3DAppearanceNodeModifier and TypeMethodDescriptionShape.getAppearance()
Provide org.web3d.x3d.sai.Shape.X3DAppearanceNode instance (using a properly typed node) from inputOutput SFNode field appearance.Methods in org.web3d.x3d.jsail.Shape with parameters of type X3DAppearanceNodeModifier and TypeMethodDescriptionShape.setAppearance
(X3DAppearanceNode newValue) Accessor method to assign org.web3d.x3d.sai.Shape.X3DAppearanceNode instance (using a properly typed node) to inputOutput SFNode field appearance. -
Uses of X3DAppearanceNode in org.web3d.x3d.sai.ParticleSystems
Methods in org.web3d.x3d.sai.ParticleSystems that return X3DAppearanceNodeModifier and TypeMethodDescriptionParticleSystem.getAppearance()
Provide org.web3d.x3d.sai.Shape.X3DAppearanceNode instance (using a properly typed node) from inputOutput SFNode field appearance.Methods in org.web3d.x3d.sai.ParticleSystems with parameters of type X3DAppearanceNodeModifier and TypeMethodDescriptionParticleSystem.setAppearance
(X3DAppearanceNode newValue) Accessor method to assign org.web3d.x3d.sai.Shape.X3DAppearanceNode instance (using a properly typed node) to inputOutput SFNode field appearance. -
Uses of X3DAppearanceNode in org.web3d.x3d.sai.Shape
Subinterfaces of X3DAppearanceNode in org.web3d.x3d.sai.ShapeModifier and TypeInterfaceDescriptioninterface
Appearance specifies the visual properties of geometry by containing the Material, ImageTexture/MovieTexture/PixelTexture, FillProperties, LineProperties, programmable shader nodes (ComposedShader, PackagedShader, ProgramShader) and TextureTransform nodes.Methods in org.web3d.x3d.sai.Shape that return X3DAppearanceNodeModifier and TypeMethodDescriptionShape.getAppearance()
Provide org.web3d.x3d.sai.Shape.X3DAppearanceNode instance (using a properly typed node) from inputOutput SFNode field appearance.X3DShapeNode.getAppearance()
Provide org.web3d.x3d.sai.Shape.X3DAppearanceNode instance (using a properly typed node) from inputOutput SFNode field appearance.X3DAppearanceNode.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Methods in org.web3d.x3d.sai.Shape with parameters of type X3DAppearanceNodeModifier and TypeMethodDescriptionShape.setAppearance
(X3DAppearanceNode newValue) Accessor method to assign org.web3d.x3d.sai.Shape.X3DAppearanceNode instance (using a properly typed node) to inputOutput SFNode field appearance.X3DShapeNode.setAppearance
(X3DAppearanceNode newValue) Accessor method to assign org.web3d.x3d.sai.Shape.X3DAppearanceNode instance (using a properly typed node) to inputOutput SFNode field appearance.