ninhalo5 opened this issue on Mar 01, 2001 ยท 8 posts
ninhalo5 posted Thu, 01 March 2001 at 7:14 AM
just a quick question i have been trying to save a poser figure as a vrml file which works great the figure come out almost flawless but there seems to be only one problem the texture file wont attach and so it comes out with the dull poser obj property colour does anyone know how to attach a tex map to the *.wrl file to make it work? jeff
poserpro posted Thu, 01 March 2001 at 8:17 AM
use texture ImageTexture {url " poser.jpg"} to replace all material Material VRML reads: jpg, gif and png, the tiff is not allowed.
ninhalo5 posted Thu, 01 March 2001 at 1:22 PM
ninhalo5 posted Thu, 01 March 2001 at 1:44 PM
hmm that dont seem to work i am getting a syntax error but then again i'm trying to modify the script and i really dont know what i'm doing lol
poserpro posted Thu, 01 March 2001 at 7:20 PM
please copy the error code here, what browser you are viewing ? it works in my side as I changed to poser.jpg using an imagetexture node, send me your wrl file to julien@arrowweb.com, see what i can do, ok.
ninhalo5 posted Thu, 01 March 2001 at 9:42 PM
cool, i'm really not doing anything spectacular just opening up poser, using default pose, adding a tex, render and export to vrml. i originaly wanted to see just what would happen and i thought that this could have some potential if i can just get the tex to load. oh yes and i am using msie 5.0 the only thing i changed was the default line #10 on the wrl file appearance Appearance { texture ImageTexture {d:textures"Happyw~3.jpg" } }
poserpro posted Fri, 02 March 2001 at 1:41 AM
appearance Appearance { texture ImageTexture {url "happy.jpg" } } try this code, move the image to the same folder of this wrl, care of caseSensitive issue.
poserpro posted Fri, 02 March 2001 at 1:44 AM
d:textures"Happyw~3.jpg".......>position of " " is the problem should be url "d:texturesHappyw~3.jpg" if you move the jpg to the same folder with wrl, it will be better.