Hi ,
I have created a simple qt3d application in c++, which has a rotating cube.
I would like to add buttons to the windows to stop/start rotating the cube.
I am not able to see such an example anywhere in the qt3d examples which
has support for widgets.
Could anyone please help me?
Thanks
Rega
Hi,
One last question on the same topic, I can see that most of the .obj files
in the examples are created using blender. How were the corresponding .webp
files created?
For instance chest.obj has a corresponding diffuse.webp, so how were these
webp created. I can see that they are not arbitrary i
Thanks for the information.
I am also seeing .webp file formats for texturing. Is there anyway to
convert .mtl files to the webp files?
Thanks
Regards
Arjun
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/lis
Hi,
When i export "blender" files into .obj files, i get .mtl supporting files
as well. However, I am able to add .obj files but am not sure how to add
the .mtl file information.
Additionally, are there any documentation for qt3d 2.0 (5.5 branch) ? I am
trying to understand the APIs from the exam
Hi,
>When i try to run any of the compiled qt3d application's release
version.The application crashes, and this are the error details
collected by windows:
The problem was with OpenGl version. The OpenGL version (It was 1.0) was
not updated. With OPenGL version updated to 4.0, all examples are c
>When i try to run any of the compiled qt3d application's release
version.The application crashes, and this are the error details
collected by windows:
>>I don''t see any crashes with MSVC2013 64bit/5.5. Can you please provide
>>a stack trace and the output of the qtdiag tool?
Hi,
I am sorry bu
Hi,
When i try to run any of the compiled qt3d application's release
version.The application crashes, and this are the error details collected
by windows:
Problem signature:
Problem Event Name: APPCRASH
Application Name: keyboardinput-qml.exe
Application Version: 0.0.0.0
Application Times
>According to Ossi in this bug report[1], the problem was doing a make
install
>on a build that shouldn't be installed.
>[1] https://bugreports.qt.io/browse/QTBUG-44862
Thanks. This fixed the problem.I had initially run nmake install, this had
somehow confused qt from locating shell32.dll.
Howev
I used QT creator to create a QT quick application. I only added shell32
library using QT creator which modified the.pro file as
win32: LIBS += -lshell32
However I am still getting the same error with the project files
created by QT creator.
qtmaind.lib(qtmain_win.obj) : error LNK2019: unresolv
>
> On Monday 09 March 2015 23:44:08 Arjun Das wrote:
> > *cpp.exe.2968.1625.jom qtmain.lib(qtmain_win.obj) : error LNK2019:
> > unresolved external symbol __imp__CommandLineToArgvW@8 referenced in
> > function _WinMain@16
>
> > I understand that this error is be
Hi
I used the following configure options and commands to build qt5.5:
*configure -developer-build -opensource -confirm-license -platform
win32-msvc2013 -opengl desktop -nomake examples -nomake tests nmake*
QT is built successfully. After this, I installed QT creator 3.4.0 beta and
configured qm
Harmer wrote:
> Hi,
>
> aha, you've been pipped to the post again. Peppe added those to qtbase a
> couple of days ago. Please git pull in qtbase and build that. Then try
> building Qt3D again. Welcome to the bleeding edge :)
>
> Cheers,
>
> Sean
>
> On Thursday 2
kend\rendertexture.cpp(250) : error C2061: syntax error : identifier
'ComparisonMode'
Thanks
Regards
Arjun
On Wed, Jan 21, 2015 at 12:31 AM, Sean Harmer wrote:
> On Tuesday 20 January 2015 22:39:09 Arjun Das wrote:
> > Hi,
> >
> > I am a beginner to QT framework, h
Hi,
I am a beginner to QT framework, however i have solved all errors till now.
But I am stuck on this one. Compilation of qt5 with qt3d module is failing
for me in windows. I have given the following configuration:
configure -debug-and-release -opensource -platform win32-msvc2012 -opengl
desktop
14 matches
Mail list logo