| Color Model [message #11030] Mon, 22 March 2010 19:52 UTC |
 |
|
Hey everyone,
I was trying to do some experimenting with the color printers...but I just cant seem to get this VRML file mapping stuff down.
Ive been following this tutorial: http://www.shapeways.com/tutorials/textured_models_with_sket chup_and_meshlab
But a the end, I get confused and I cant figure out how he is naming the file to point to the image you want to use.
Any help would be awesome!
Thanks!
(Ive attached a zip of the VRML and the JPG image I was playing with)
[Updated on: Mon, 22 March 2010 19:52 UTC] Aut Viam Inveniam Aut Faciam
Check out http://JakeDrews.Com and http://WondrousWidgets.Com for more designs by Jake!
|
|
|
| Re: Color Model [message #11031 is a reply to message #11030 ] Mon, 22 March 2010 20:15 UTC |
  |
|
Hi Rawkstar320
If you open the wrl file in a text editor you will see that the last line is :
texture ImageTexture { url "/inserttest.jpg " } Change it into:
texture ImageTexture { url "inserttest.jpg" } (no initial slash, no ending spaces)
and it should work.
I also recommend renaming the jpg file with all lowercase letters (as written in the wrl file).
Magic.
[Updated on: Mon, 22 March 2010 20:16 UTC]
|
|
|
| Re: Color Model [message #11032 is a reply to message #11030 ] Mon, 22 March 2010 20:27 UTC |
 |
|
awesome! Thanks!
Aut Viam Inveniam Aut Faciam
Check out http://JakeDrews.Com and http://WondrousWidgets.Com for more designs by Jake!
|
|
|