Thread: vrml2 export
View Single Post
Old 7th October 2003, 10:32 PM   #1
dbyrd01
Junior Member
Member
 
Join Date: Oct 2003
Posts: 23
Default vrml2 export

im really interested in the vrml application of the models/worlds that can be created wtih AC3D. up to now that is how i've output my work so far. one of the issues ive noticed in the vrml code after export is that part of the url for the textures is missing and has to be modified by hand each time i export:

texture ImageTexture { url "aa_primary2.jpg" }

should read

texture ImageTexture { url "textures/aa_primary2.jpg" }

its not hard to fix with the replace feature in wordpad, but im wondering if ive missed a step that is preventing this from coming in with all the other script.
thanks
db

"i know where my problem is...between the chair and the keyboard!!"
__________________
It\'s almost impossible to overestimate the unimportance of most things.
dbyrd01 is offline   Reply With Quote