List of usage examples for javax.media.j3d Texture2D Texture2D
public Texture2D()
From source file:AppearanceTest.java
protected void assignToAppearance() { m_Texture = (Texture) new Texture2D(); m_Texture = (Texture) m_NodeComponent.cloneNodeComponent(true); m_Appearance.setTexture(m_Texture); }