Hi Ajax,
TextureLoader load = new
TextureLoader("c:/model/grass.jpg", null);
Texture text = load.getTexture(); Appearance app = new
Appearance();
app.setTexture(text); Shape3D shape = new Shape3D(geometry,
app);
I did it this way. Hope it helps.
-Alex-
|
- [JAVA3D] Texture Mapping Gary L. Graf
- [JAVA3D] Texture Mapping Gary L. Graf
- [JAVA3D] Texture Mapping b. white
- Re: [JAVA3D] Texture Mapping Roberto Speranza
- Re: [JAVA3D] texture mapping Yazel, David J.
- [JAVA3D] Texture mapping Vidya Sagar
- Re: [JAVA3D] Texture mapping Nathan Bower
- [JAVA3D] texture mapping Gregory Gimler
- Re: [JAVA3D] texture mapping Joachim Diepstraten
- [JAVA3D] texture mapping ajaxinc
- Re: [JAVA3D] texture mapping Alex Hew
- Re: [JAVA3D] texture mapping ajaxinc
- Re: [JAVA3D] texture mapping Alex Hew
- [JAVA3D] texture mapping Gregory Gimler
- [JAVA3D] version 1.3.1 under Linux Michael Pfeiffer
- Re: [JAVA3D] version 1.3.1 under Linux Alessandro Borges
- Re: [JAVA3D] version 1.3.1 under Linu... Michael Pfeiffer
- [JAVA3D] PointSound doesn't works wit... Michael Pfeiffer
- Re: [JAVA3D] PointSound doesn't ... Nikolai V. Chr.
- Re: [JAVA3D] PointSound does... Michael Pfeiffer