First upload, 18 controller version
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,10 @@
|
||||
module Qt3D.Animation
|
||||
linktarget Qt6::quick3danimationplugin
|
||||
optional plugin quick3danimationplugin
|
||||
classname Qt3DQuick3DAnimationPlugin
|
||||
typeinfo plugins.qmltypes
|
||||
depends QtQml auto
|
||||
depends Qt3D.Render auto
|
||||
depends Qt3D.Core auto
|
||||
prefer :/qt-project.org/imports/Qt3D/Animation/
|
||||
|
||||
Binary file not shown.
2694
.venv_nopip/Lib/site-packages/PySide6/qml/Qt3D/Core/plugins.qmltypes
Normal file
2694
.venv_nopip/Lib/site-packages/PySide6/qml/Qt3D/Core/plugins.qmltypes
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,9 @@
|
||||
module Qt3D.Core
|
||||
linktarget Qt6::quick3dcoreplugin
|
||||
plugin quick3dcoreplugin
|
||||
classname Qt3DQuick3DCorePlugin
|
||||
typeinfo plugins.qmltypes
|
||||
depends QtQuick auto
|
||||
prefer :/qt-project.org/imports/Qt3D/Core/
|
||||
depends QtQuick
|
||||
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
10
.venv_nopip/Lib/site-packages/PySide6/qml/Qt3D/Extras/qmldir
Normal file
10
.venv_nopip/Lib/site-packages/PySide6/qml/Qt3D/Extras/qmldir
Normal file
@@ -0,0 +1,10 @@
|
||||
module Qt3D.Extras
|
||||
linktarget Qt6::quick3dextrasplugin
|
||||
optional plugin quick3dextrasplugin
|
||||
classname Qt3DQuick3DExtrasPlugin
|
||||
typeinfo plugins.qmltypes
|
||||
depends QtQuick auto
|
||||
depends Qt3D.Logic auto
|
||||
depends Qt3D.Render auto
|
||||
prefer :/qt-project.org/imports/Qt3D/Extras/
|
||||
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,9 @@
|
||||
module Qt3D.Input
|
||||
linktarget Qt6::quick3dinputplugin
|
||||
plugin quick3dinputplugin
|
||||
classname Qt3DQuick3DInputPlugin
|
||||
typeinfo plugins.qmltypes
|
||||
depends QtQml auto
|
||||
depends Qt3D.Core auto
|
||||
prefer :/qt-project.org/imports/Qt3D/Input/
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1,122 @@
|
||||
import QtQuick.tooling 1.2
|
||||
|
||||
// This file describes the plugin-supplied types contained in the library.
|
||||
// It is used for QML tooling purposes only.
|
||||
//
|
||||
// This file was auto-generated by qmltyperegistrar.
|
||||
|
||||
Module {
|
||||
Component {
|
||||
file: "private/qt3dquick3dlogicforeign_p.h"
|
||||
lineNumber: 22
|
||||
name: "Qt3DLogic::QFrameAction"
|
||||
accessSemantics: "reference"
|
||||
prototype: "Qt3DCore::QComponent"
|
||||
exports: ["Qt3D.Logic/FrameAction 2.0", "Qt3D.Logic/FrameAction 6.0"]
|
||||
exportMetaObjectRevisions: [512, 1536]
|
||||
Signal {
|
||||
name: "triggered"
|
||||
lineNumber: 33
|
||||
Parameter { name: "dt"; type: "float" }
|
||||
}
|
||||
}
|
||||
Component {
|
||||
file: "qcomponent.h"
|
||||
lineNumber: 17
|
||||
name: "Qt3DCore::QComponent"
|
||||
accessSemantics: "reference"
|
||||
prototype: "Qt3DCore::QNode"
|
||||
Property {
|
||||
name: "isShareable"
|
||||
type: "bool"
|
||||
read: "isShareable"
|
||||
write: "setShareable"
|
||||
notify: "shareableChanged"
|
||||
index: 0
|
||||
lineNumber: 20
|
||||
}
|
||||
Signal {
|
||||
name: "shareableChanged"
|
||||
lineNumber: 34
|
||||
Parameter { name: "isShareable"; type: "bool" }
|
||||
}
|
||||
Signal {
|
||||
name: "addedToEntity"
|
||||
lineNumber: 35
|
||||
Parameter { name: "entity"; type: "QEntity"; isPointer: true }
|
||||
}
|
||||
Signal {
|
||||
name: "removedFromEntity"
|
||||
lineNumber: 36
|
||||
Parameter { name: "entity"; type: "QEntity"; isPointer: true }
|
||||
}
|
||||
Method {
|
||||
name: "setShareable"
|
||||
lineNumber: 31
|
||||
Parameter { name: "isShareable"; type: "bool" }
|
||||
}
|
||||
}
|
||||
Component {
|
||||
file: "qnode.h"
|
||||
lineNumber: 28
|
||||
name: "Qt3DCore::QNode"
|
||||
accessSemantics: "reference"
|
||||
prototype: "QObject"
|
||||
Property {
|
||||
name: "parent"
|
||||
type: "Qt3DCore::QNode"
|
||||
isPointer: true
|
||||
read: "parentNode"
|
||||
write: "setParent"
|
||||
notify: "parentChanged"
|
||||
index: 0
|
||||
lineNumber: 31
|
||||
}
|
||||
Property {
|
||||
name: "enabled"
|
||||
type: "bool"
|
||||
read: "isEnabled"
|
||||
write: "setEnabled"
|
||||
notify: "enabledChanged"
|
||||
index: 1
|
||||
lineNumber: 32
|
||||
}
|
||||
Signal {
|
||||
name: "parentChanged"
|
||||
lineNumber: 53
|
||||
Parameter { name: "parent"; type: "QObject"; isPointer: true }
|
||||
}
|
||||
Signal {
|
||||
name: "enabledChanged"
|
||||
lineNumber: 54
|
||||
Parameter { name: "enabled"; type: "bool" }
|
||||
}
|
||||
Signal { name: "nodeDestroyed"; lineNumber: 55 }
|
||||
Method {
|
||||
name: "setParent"
|
||||
lineNumber: 49
|
||||
Parameter { name: "parent"; type: "QNode"; isPointer: true }
|
||||
}
|
||||
Method {
|
||||
name: "setEnabled"
|
||||
lineNumber: 50
|
||||
Parameter { name: "isEnabled"; type: "bool" }
|
||||
}
|
||||
Method { name: "_q_postConstructorInit"; lineNumber: 67 }
|
||||
Method {
|
||||
name: "_q_addChild"
|
||||
lineNumber: 68
|
||||
Parameter { type: "Qt3DCore::QNode"; isPointer: true }
|
||||
}
|
||||
Method {
|
||||
name: "_q_removeChild"
|
||||
lineNumber: 69
|
||||
Parameter { type: "Qt3DCore::QNode"; isPointer: true }
|
||||
}
|
||||
Method {
|
||||
name: "_q_setParentHelper"
|
||||
lineNumber: 70
|
||||
Parameter { type: "Qt3DCore::QNode"; isPointer: true }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
module Qt3D.Logic
|
||||
linktarget Qt6::quick3dlogicplugin
|
||||
optional plugin quick3dlogicplugin
|
||||
classname Qt3DQuick3DLogicPlugin
|
||||
typeinfo plugins.qmltypes
|
||||
depends Qt3D.Core
|
||||
prefer :/qt-project.org/imports/Qt3D/Logic/
|
||||
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,9 @@
|
||||
module Qt3D.Render
|
||||
linktarget Qt6::quick3drenderplugin
|
||||
optional plugin quick3drenderplugin
|
||||
classname Qt3DQuick3DRenderPlugin
|
||||
typeinfo plugins.qmltypes
|
||||
depends QtQml auto
|
||||
depends Qt3D.Core auto
|
||||
prefer :/qt-project.org/imports/Qt3D/Render/
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user