Jeospace API

org.jeospace.x3d.node
Class TouchSensor

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

public class TouchSensor
extends Node

An SAI TouchSensor node wrapper.

Version:
$Revision: 1.2 $
Author:
Rex Melton

Field Summary
 org.web3d.x3d.sai.SFString description
          The description exposedField
 org.web3d.x3d.sai.SFBool enabled
          The enabled exposedField
 org.web3d.x3d.sai.SFVec3f hitNormal_changed
          The hitNormal_changed eventOut
 org.web3d.x3d.sai.SFVec3f hitPoint_changed
          The hitPoint_changed eventOut
 org.web3d.x3d.sai.SFVec2f hitTexCoord_changed
          The hitTexCoord_changed eventOut
 org.web3d.x3d.sai.SFBool isActive
          The isActive eventOut
 org.web3d.x3d.sai.SFBool isOver
          The isOver eventOut
 org.web3d.x3d.sai.SFNode metadata
          The metadata exposedField
 org.web3d.x3d.sai.SFTime touchTime
          The touchTime eventOut
 
Fields inherited from class org.jeospace.x3d.node.Node
node
 
Constructor Summary
TouchSensor(org.web3d.x3d.sai.X3DNode node)
          Constructor
TouchSensor(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


enabled

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


isActive

public final org.web3d.x3d.sai.SFBool isActive
The isActive eventOut


hitNormal_changed

public final org.web3d.x3d.sai.SFVec3f hitNormal_changed
The hitNormal_changed eventOut


hitPoint_changed

public final org.web3d.x3d.sai.SFVec3f hitPoint_changed
The hitPoint_changed eventOut


hitTexCoord_changed

public final org.web3d.x3d.sai.SFVec2f hitTexCoord_changed
The hitTexCoord_changed eventOut


isOver

public final org.web3d.x3d.sai.SFBool isOver
The isOver eventOut


touchTime

public final org.web3d.x3d.sai.SFTime touchTime
The touchTime eventOut


description

public final org.web3d.x3d.sai.SFString description
The description exposedField

Constructor Detail

TouchSensor

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


TouchSensor

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


Jeospace API

Copyright © 2006 - jeospace.org