I am using 3D Studio Max 2011. I manage to export VRML by File / Export / …VRML but all the texture information gets lost by this. How do you export a model as VRML including its texture?

link|improve this question

79% accept rate
feedback

1 Answer

up vote 0 down vote accepted

Are there no texCoord or texCoordIndex in the IndexedFaceSet nodes ?

Several things you can try:

  • convert primitives like Box to Meshes

  • use only jpeg images

  • add an UVUnwrap to all meshes

  • make sure UV coordinates are in channel 1

  • use only Standard materials

Otherwise, the BS Exporter is pretty good for exporting VRML or X3D and it can export multitextures / convert some texture file formats, however there is no demo available afaik.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.