Jeospace API

org.jeospace.x3d.node
Class SpotLight

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

public class SpotLight
extends Node

An SAI SpotLight node wrapper.

Version:
$Revision: 1.2 $
Author:
Rex Melton

Field Summary
 org.web3d.x3d.sai.SFFloat ambientIntensity
          The ambientIntensity exposedField
 org.web3d.x3d.sai.SFVec3f attenuation
          The attenuation exposedField
 org.web3d.x3d.sai.SFFloat beamWidth
          The beamWidth exposedField
 org.web3d.x3d.sai.SFColor color
          The color exposedField
 org.web3d.x3d.sai.SFFloat cutOffAngle
          The cutOffAngle 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.SFVec3f location
          The location exposedField
 org.web3d.x3d.sai.SFNode metadata
          The metadata exposedField
 org.web3d.x3d.sai.SFBool on
          The on exposedField
 org.web3d.x3d.sai.SFFloat radius
          The radius exposedField
 
Fields inherited from class org.jeospace.x3d.node.Node
node
 
Constructor Summary
SpotLight(org.web3d.x3d.sai.X3DNode node)
          Constructor
SpotLight(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


attenuation

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


beamWidth

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


cutOffAngle

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


direction

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


location

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


radius

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

Constructor Detail

SpotLight

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


SpotLight

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


Jeospace API

Copyright © 2006 - jeospace.org