java.lang.NoClassDefFoundError: Could not initialize class com.sun.j3d.utils.universe.SimpleUniverse
at com.jbatik.modules.corak.component.CorakViewElement.init(CorakViewElement.java:140)
at com.jba
有什麼方法可以改變立方體的顏色/外觀。我試圖使用setAppearance()函數,但它沒有改變。 快速查看我在做什麼: Appearance polygon1Appearance = new Appearance();
Color3f color1 = new Color3f (1.0f, 1.0f, 0.0f);
ColoringAttributes color1ca = new Col