I am loading a .DXF object in to Java3D using a standard DXF loader. I would like to map a texture on to my model but I am not sure how, as all I load in is a Scene object. How do I go about doing this ?
Thanks for any help …
Chris
I am loading a .DXF object in to Java3D using a standard DXF loader. I would like to map a texture on to my model but I am not sure how, as all I load in is a Scene object. How do I go about doing this ?
Thanks for any help …
Chris
I think the easiest way to texture your model is to use any 3D application such as 3d max. Texture the model there and upload fully textured model into your scene.
Regards