[osg-users] QT undefined reference to

2010-12-07 Thread Cracj Kurt
Hi, i have *.pro Code: QT += core QT -= gui TARGET = untitled CONFIG += console CONFIG -= app_bundle TEMPLATE = app SOURCES += main.cpp INCLUDEPATH += D:/openscenegraph/OpenSceneGraph/include/ INCLUDEPATH += D:/openscenegraph/OpenSceneGraph/include/osg INCLUDEPATH +=

[osg-users] [3rdparty] build souces under QT

2010-12-07 Thread Cracj Kurt
Hi, I can not use binaries files in QT. Because they was build on VS(Visual Sudio). But i want use it libs in QT. 1) How can i build it sources on MiniGW(manual, samples...) 2) Or may be exist binaries files for QT , may give link? Thank you! Cheers, Cracj -- Read this

Re: [osg-users] OSG and QT

2010-12-02 Thread Cracj Kurt
http://www.easy-share.com/1913167873/qtgui_170.zip -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=34439#34439 ___ osg-users mailing list osg-users@lists.openscenegraph.org

[osg-users] second-order equation

2010-12-01 Thread Cracj Kurt
Hi, how can I draw a second-order equation? what class\methods need use? Thank you! Cheers, kurt -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=34265#34265 ___ osg-users mailing list

[osg-users] OSG and QT

2010-12-01 Thread Cracj Kurt
Hi, how i can render scene in my QT dialog form? Can you help me. I read common manual ,there use console applications and viewer class. But i want render my scene in GUI. For example there is cow.osg. How it open in QT GUI application? Thank you! Cheers, kurt -- Read this

Re: [osg-users] OSG and QT

2010-12-01 Thread Cracj Kurt
it example have 3 files. i`m not understand how open it in QT. I try create empty project and include it *.cpp there. INCLUDEPATH += D:/openscenegraph/OpenSceneGraph/include INCLUDEPATH += C:/Qt/2010.05/qt/src/opengl LIBS += D:/openscenegraph/OpenSceneGraph/lib INCLUDEPATH +=

Re: [osg-users] second-order equation

2010-12-01 Thread Cracj Kurt
Surface , for example z= sin(x)sin(y). I see only one solution. Calculate the value of a formula written into the matrix and show the shape. But may exist complete class or method... -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=34384#34384