Qt load 3Dmodel
-
Qt3d is a C++ API and unlike QtQuick it has a native public interface - you can just use it, there are tutorials on how to create a scene and load geometry with the C++ API
http://doc-snapshot.qt-project.org/qt3d-1.0/qt3d-penguin.html
-
Hello,utcenter. I am reading the Qt3D Troubleshooting. In the last part, it suggests that I should delete the values in Windows registry
@HKEY_CURRENT_USER\Software\Trolltech\OrganizationDefaults\Qt Plugin Cache 4.2.debug
HKEY_CURRENT_USER\Software\Trolltech\OrganizationDefaults\Qt Plugin Cache 4.2.false@But in my computer,the values read this:
@Qt Plugin Cache 4.5.false
Qt Plugin Cache 4.6.false
Qt Plugin Cache 4.7.debug
Qt Plugin Cache 4.7.false
Qt Plugin Cache 4.8.debug
Qt Plugin Cache 4.8.false
@Should I delete them all?