Example usage for javax.media.j3d InputDevice interface-usage

List of usage examples for javax.media.j3d InputDevice interface-usage

Introduction

In this page you can find the example usage for javax.media.j3d InputDevice interface-usage.

Usage

From source file HelloUniverse.java

class VirtualInputDevice implements InputDevice {

    private Vector3f position = new Vector3f();

    private Transform3D newTransform = new Transform3D();