Lighthouse3d.com

Send me bugs and suggestions, please
VRML Script Tutorial
Full list

VRML Interactive Tutorial

Introduction
VRML File Structure
Drawing: Shape node
Geometry Nodes:
Box
Sphere
Cone
Cylinder
PointSet
IndexedLineSet
IndexedFaceSet
Extrusion
ElevationGrid
Example: Chessboard
Text
FontStyle
Appearance
Material
Textures
Image Texture
Movie Texture
Pixel Texture
Texture Coordinate
Texture Transform
Let there be Light
Directional Light
Point Light
Spot Light
Materials with Colored Lights
Hierarchical Node Structures
Group
Transform
Collision
Anchor
Billboard
Switch
Inlining Files
Defining and Instancing Nodes
Defining Levels of Detail
Events in VRML
Creating Paths between events: ROUTE
Generating Events based on Timers or User Actions
Timers
Touch Sensor
Visibility Sensor
Dragging Sensors
Plane Sensor
Sphere Sensor
Cylinder Sensor
Proximity Sensors
Example: Proximity sensor
Interpolators
Color
Coordinate
Normal
Orientation
Position
Scalar
Example
Let the Music Play
Sound
AudioClip
Bindable Nodes
Who Am I: NavigationInfo
Where Am I: ViewPoint
Adding Realism to the world
Background
Fog
Information about your world
WorldInfo
Definition for Auxiliary Nodes
Coordinate
Color
Normal

Page not found » Lighthouse3d.com
Help end child hunger

Error 404 - Not Found

Sorry, the page that you are looking for does not exist.

Appearance Node


The appearance node defines the look of the geometry. This node can only be defined inside a Shape node.

The fields included in this node are: material, texture, and textureTransform. All fields are optional but at least one field should be specified.

The material field contains a Material node. This node specifies the color of the associated geometry, see the Shape node, and how the geometry reflects light. Note that if this field is NULL or unspecified then all lights defined in the world are ignored when rendering the associated geometry.

The texture field contains one of the texture nodes available: ImageTexture, MovieTexture, or PixelTexture. If this field is absent or unspecified no textures are applied to the associated geometry.

The textureTransform field contains a TextureTransform node. This node specifies how the texture is applied to the geometry.



Syntax:
Appearance {
material NULL
texture NULL
textureTransform NULL
}