python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Why do I got partial invisible areas when scale the plane along the Z axis in Qt3D
I create a 3D scene using Qt3D, there is an orthographic camera and a plane in the scene, I want the camera to capture the plane just right. The problem is, when I call QTransform::setScale3D() to sca...
Sang
Votes: 0
Answers: 1
qt3d,qml: how can I reduce the bounding volume of a Entity
I see the development document of QML, that is said "The signals pressed(), released(), clicked(), moved(), entered(), and exited() are emitted when the bounding volume defined by the pickAttribu...
LLLDaniel
Votes: 0
Answers: 1
qt3d, qml:Cannot assign to non-existent property "components"
In qt 5.15.2 version's Qt3D, I use the property name "components" occur error! is there anyone know?
the modules I have imported to this file and .pro file sign the modules reference to the ...
LLLDaniel
Votes: 0
Answers: 0
Birds eye view - QT3D - Camera
Is possible to change the camera view in QT3D from frog view to birds-eye view? Am trying to set the camera to a "top down" view and "collapse" the z-coordinate.
Edit:
I am working...
DeveloperJohan
Votes: 0
Answers: 0