[osg-users] OSG and C# Users

2008-10-30 Thread maya leonard
Hello hesicong, OSG and C# Users I'm trying to get textures to load within osg C# application and nothing happens. Certain textures such as rgb formats work, but jpg and gif do not work. You can replicate this problem with the osgnetdemo sample by hesicong and the sample skydome.osg

Re: [osg-users] OSG and C# Users

2008-10-30 Thread Jason Beverage
luck! Jason On Thu, Oct 30, 2008 at 3:18 PM, maya leonard [EMAIL PROTECTED]wrote: Hello hesicong, OSG and C# Users I'm trying to get textures to load within osg C# application and nothing happens. Certain textures such as rgb formats work, but jpg and gif do not work. You can replicate

Re: [osg-users] OSG and C# Users

2008-10-30 Thread usergroups_email
, 2008 3:46 PM To: OpenSceneGraph Users Subject: Re: [osg-users] OSG and C# Users Hi Maya, As long as you have the appropriate image plugin within your path (osgdb_jpg.dll, osgdb_gif.dll, etc) things should work fine. Make sure you are building these plugins and they are accessible. In theory

Re: [osg-users] OSG and C# Users

2008-10-30 Thread Jason Beverage
? thanks maya *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Jason Beverage *Sent:* Thursday, October 30, 2008 3:46 PM *To:* OpenSceneGraph Users *Subject:* Re: [osg-users] OSG and C# Users Hi Maya, As long as you have the appropriate image plugin within your

Re: [osg-users] OSG and C# Users

2008-10-30 Thread usergroups_email
, 2008 6:34 PM To: OpenSceneGraph Users Subject: Re: [osg-users] OSG and C# Users Hi Maya, It's hard to tell what could be going on without some more information about your setup. One thing you should try is setting the OSG_NOTIFY_LEVEL environment variable to DEBUG to help get a clue of what

Re: [osg-users] OSG and C# Users

2008-10-30 Thread Jason Beverage
:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Jason Beverage *Sent:* Thursday, October 30, 2008 6:34 PM *To:* OpenSceneGraph Users *Subject:* Re: [osg-users] OSG and C# Users Hi Maya, It's hard to tell what could be going on without some more information about your setup