Uses of Interface
org.web3d.x3d.sai.Shape.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
Modifier and TypeFieldDescriptionstatic final X3DAppearanceNode
ParticleSystem.APPEARANCE_DEFAULT_VALUE
SFNode field named appearance has default value null (Java syntax) or NULL (XML syntax).Modifier and TypeMethodDescriptionParticleSystem.getAppearance()
Provide org.web3d.x3d.sai.Shape.X3DAppearanceNode instance (using a properly typed node) from inputOutput SFNode field appearance.Modifier 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
Modifier 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.Modifier and TypeFieldDescriptionstatic final X3DAppearanceNode
Shape.APPEARANCE_DEFAULT_VALUE
SFNode field named appearance has default value null (Java syntax) or NULL (XML syntax).Modifier and TypeMethodDescriptionShape.getAppearance()
Provide org.web3d.x3d.sai.Shape.X3DAppearanceNode instance (using a properly typed node) from inputOutput SFNode field appearance.Modifier 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
Modifier and TypeMethodDescriptionParticleSystem.getAppearance()
Provide org.web3d.x3d.sai.Shape.X3DAppearanceNode instance (using a properly typed node) from inputOutput SFNode field appearance.Modifier 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
Modifier 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.Modifier 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.Modifier 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.