Jeospace API

org.jeospace.x3d.node
Class DirectionalLight

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

public class DirectionalLight
extends Node

An SAI DirectionalLight 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 color
          The color exposedField
 org.web3d.x3d.sai.SFVec3f direction
          The direction exposedField
 org.web3d.x3d.sai.SFBool global
          The global exposedField
 org.web3d.x3d.sai.SFFloat intensity
          The intensity exposedField
 org.web3d.x3d.sai.SFNode metadata
          The metadata exposedField
 org.web3d.x3d.sai.SFBool on
          The on exposedField
 
Fields inherited from class org.jeospace.x3d.node.Node
node
 
Constructor Summary
DirectionalLight(org.web3d.x3d.sai.X3DNode node)
          Constructor
DirectionalLight(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


color

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


intensity

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


on

public final org.web3d.x3d.sai.SFBool on
The on exposedField


global

public final org.web3d.x3d.sai.SFBool global
The global exposedField


direction

public final org.web3d.x3d.sai.SFVec3f direction
The direction exposedField

Constructor Detail

DirectionalLight

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


DirectionalLight

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


Jeospace API

Copyright © 2006 - jeospace.org