Example usage for javax.media.j3d PhysicalEnvironment PhysicalEnvironment

List of usage examples for javax.media.j3d PhysicalEnvironment PhysicalEnvironment

Introduction

In this page you can find the example usage for javax.media.j3d PhysicalEnvironment PhysicalEnvironment.

Prototype

public PhysicalEnvironment() 

Source Link

Document

Constructs a PhysicalEnvironment object with default parameters.

Usage

From source file:MixedTest.java

protected PhysicalEnvironment createPhysicalEnvironment() {
    return new PhysicalEnvironment();
}