Jeospace API

org.jeospace.x3d.node
Class Material

java.lang.Object
  extended byorg.jeospace.x3d.node.Node
      extended byorg.jeospace.x3d.node.Material

public class Material
extends Node

An SAI Material node wrapper.

Version:
$Revision: 1.2 $
Author:
Rex Melton

Field Summary
 org.web3d.x3d.sai.SFFloat ambientIntensity
          The ambientIntensity exposedField
 org.web3d.x3d.sai.SFColor diffuseColor
          The diffuseColor exposedField
 org.web3d.x3d.sai.SFColor emissiveColor
          The emissiveColor exposedField
 org.web3d.x3d.sai.SFNode metadata
          The metadata exposedField
 org.web3d.x3d.sai.SFFloat shininess
          The shininess exposedField
 org.web3d.x3d.sai.SFColor specularColor
          The specularColor exposedField
 org.web3d.x3d.sai.SFFloat transparency
          The transparency exposedField
 
Fields inherited from class org.jeospace.x3d.node.Node
node
 
Constructor Summary
Material(org.web3d.x3d.sai.X3DNode node)
          Constructor
Material(org.web3d.x3d.sai.X3DScene scene)
          Constructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

metadata

public final org.web3d.x3d.sai.SFNode metadata
The metadata exposedField


ambientIntensity

public final org.web3d.x3d.sai.SFFloat ambientIntensity
The ambientIntensity exposedField


diffuseColor

public final org.web3d.x3d.sai.SFColor diffuseColor
The diffuseColor exposedField


emissiveColor

public final org.web3d.x3d.sai.SFColor emissiveColor
The emissiveColor exposedField


shininess

public final org.web3d.x3d.sai.SFFloat shininess
The shininess exposedField


specularColor

public final org.web3d.x3d.sai.SFColor specularColor
The specularColor exposedField


transparency

public final org.web3d.x3d.sai.SFFloat transparency
The transparency exposedField

Constructor Detail

Material

public Material(org.web3d.x3d.sai.X3DScene scene)
Constructor


Material

public Material(org.web3d.x3d.sai.X3DNode node)
Constructor


Jeospace API

Copyright © 2006 - jeospace.org