[osg-users] osg with MFC and SDI

2008-03-06 Thread Tran Thanh Hiep
hi all I need an example mfc and SDI with OSG 2.3.4. can you help me? - Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] problem when create a button in openscenegraph

2008-03-05 Thread Tran Thanh Hiep
note that you must change the state of an object in a protected ( i.e. update ) portion of your OSG code . Maybe MFC has nothing to do with your problem. Regards R�my Tran Thanh Hiep a �crit : hi all ,in my project i create a button as CButton of mfc. i have a problem in function mousein

Re: [osg-users] How to display state

2008-03-04 Thread Tran Thanh Hiep
thank! Robert Osfild yes, i want create a progress bar. can you help me? Robert Osfield [EMAIL PROTECTED] wrote: On Tue, Mar 4, 2008 at 6:58 AM, Tran Thanh Hiep wrote: hi all! in my project i load a big file *.osg and i want show state loading... while load this file. any pople help me? I

Re: [osg-users] How to display state

2008-03-04 Thread Tran Thanh Hiep
thank! Robert Osfild and Ralph kern Ralph Kern [EMAIL PROTECTED] wrote: see http://www.openscenegraph.org/projects/osg/wiki/Support/Tutorials/LoadingProgress regards Ralph Tran Thanh Hiep schrieb: thank! Robert Osfild yes, i want create a progress bar. can you help me? */Robert Osfield

[osg-users] problem when create a button in openscenegraph

2008-03-04 Thread Tran Thanh Hiep
hi all ,in my project i create a button as CButton of mfc. i have a problem in function mousein and mouseout when i change state of object button program break down - Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it

[osg-users] How to display state

2008-03-03 Thread Tran Thanh Hiep
hi all! in my project i load a big file *.osg and i want show state loading... while load this file. any pople help me? - Never miss a thing. Make Yahoo your homepage.___ osg-users mailing list

Re: [osg-users] change texture

2007-10-29 Thread Tran Thanh Hiep
and here is image when i run my program : http://blog.360.yahoo.com/blog-Rs6nWTU5cqM642o5YzZ2Mf_I0w--?cq=1 - Original Message From: Tran Thanh Hiep [EMAIL PROTECTED] To: osg-users@lists.openscenegraph.org Sent: Monday, October 29, 2007 5:17:35 PM Subject: [osg-users] change texture hi

[osg-users] change texture

2007-10-29 Thread Tran Thanh Hiep
hi all, in my program i want change a new texture for my model but when i apply a new texture it don't display correct follow here my code virtual void apply(osg::Geode node) { int count=node.getNumDrawables(); for(int i=0;icount;i++) {

[osg-users] how to configure camera to multi window

2007-10-04 Thread Tran Thanh Hiep
hi all! I split my window to 4 paths and i want each window that will render 1 face of object.(front, left, right and perpactive). but when i debug each rendered window doesn't display true. Could you help me to slove this?

[osg-users] how to work with multi window(splitter)

2007-10-03 Thread Tran Thanh Hiep
i all! My Project splitter window to 4 window, and i want window 1 use class CView3DLeft,window 2 use class CView3DRight,window 3 use class CView3DLeft1,window 4 use class CView3DRight, but when run i don't how to setup to 4 window. people can help me? I have used a example MFC from osg.

[osg-users] help me!!!!!!! how to work with multi window(Splitter in MFC)

2007-10-03 Thread Tran Thanh Hiep
hi all! My Project splitter window to 4 window, and i want window 1 use class CView3DLeft,window 2 use class CView3DRight,window 3 use class CView3DLeft1,window 4 use class CView3DRight, but when run i don't how to setup to 4 window. people can help me? I have used a example MFC from osg.