List of usage examples for javax.media.j3d BranchGroup subclass-usage
From source file AvatarTest.java
abstract class ComplexObject extends BranchGroup { protected Group m_ParentGroup = null; protected int m_nFlags = 0; protected BackgroundSound m_CollideSound = null;
From source file SplineInterpolatorTest.java
abstract class ComplexObject extends BranchGroup { protected Group m_ParentGroup = null; protected int m_nFlags = 0; protected BackgroundSound m_CollideSound = null;
From source file KeyNavigateTest.java
abstract class ComplexObject extends BranchGroup { protected Group m_ParentGroup = null; protected int m_nFlags = 0; protected BackgroundSound m_CollideSound = null;