Example usage for javax.media.j3d PhysicalBody PhysicalBody

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

Introduction

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

Prototype

public PhysicalBody() 

Source Link

Document

Constructs a PhysicalBody object with default parameters.

Usage

From source file:MixedTest.java

protected PhysicalBody createPhysicalBody() {
    return new PhysicalBody();
}