![]() |
|
|
|
#1
|
|||
|
|||
|
Failed to load jpeg
Hello,
I'm trying to simply import a .jpeg and then .wrl file from solidworks, however I've not been successful with either. I saved an arbitrary jpeg (lake.jpeg) in the same folder as my python program (cube_test). I run the test script with the following code to import the picture: import viz viz.go() background=viz.addChild('lake.jpeg') I've also tried 'lake.jpg', as well as trying a .wrl file from solidworks. However, I alway get and error, like the following: ERROR: Failed to load 'lake.jpeg' Any thoughts on what I'm doing wrong? Thanks ahead of time for any help! |
|
#2
|
|||
|
|||
|
To load an image, use the viz.addTexture command instead of viz.addChild:
Code:
texture = viz.addTexture('lake.jpg')
|
|
#3
|
|||
|
|||
|
Thank you for your help! I knew it was something silly!
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| artoolkit load 3d objects into application | xcuddlex | Vizard | 8 | 04-18-2011 03:00 AM |
| ERROR: Failed to load .ive file | turgutm | Vizard | 1 | 09-16-2010 06:16 AM |
| Failed to load wav file | BrynJ | Vizard | 1 | 04-24-2008 10:35 AM |
| intersense: Failed to set control word on \\.\COM1 | OueOue | Precision Position Tracker (PPT) | 2 | 01-18-2007 01:51 PM |
| Could not find plugin to load objects... | halley | Vizard | 1 | 05-30-2006 12:01 PM |