Re: [osg-users] [osgPlugins] could not find plugin to read objects from file

2011-08-24 Thread William Hutama
Ah pardon me. I managed to answer my own question (I was about to give up 
before realizing this),..
I forgot that I commented out USE_OSGPLUGIN(imageio) in osgPlugins.h,
and also, forgot to link ImageIO.framework to the target..

Cheers,
William

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=42210#42210





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [osgPlugins] could not find plugin to read objects from file

2011-08-24 Thread William Hutama
Hi,

I cant seem to load png image when running OSG on iOS.
Im using osg version from github->stmh->osg. (somehow I cant post url).

The error message on Xcode console was:
Warning: Could not find plugin to read objects from file "grid.png"

Please kindly advice.

Thank you!

Cheers,
William

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=42209#42209





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] osgGA modifications for IPhone and other

2011-07-18 Thread William Hutama
Hi Stephan,

I just tried your modification on my iPhone (3gs) and also on iPad.
The rendering looks ok when I change the orientation to landscape.
However, the touch input space does not seem to be correct, there are some 
offsets between the location that I actually touch and the location in the clip 
space (only happens in landscape mode).

I used simpleExample inside the iPhoneExample folder in the OSGIPhone project, 
which has the DebugTouchPointsEventHandler to draw the touch location.

Thank you!

Cheers,
William

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=41418#41418





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org