diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 404eb5f9..54445ebc 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -42,7 +42,7 @@ jobs:
version: ${{ matrix.qt_ver }}
arch: ${{ matrix.qt_arch }}
cache: ${{steps.cache-qt.outputs.cache-hit}}
- modules: 'qt5compat qtmultimedia qtshadertools qtimageformats qtspeech'
+ modules: 'qt5compat qtmultimedia qtshadertools qtimageformats qtspeech qt3d'
- name: msvc-build
id: build
diff --git a/example/example.qrc b/example/example.qrc
index c012e353..32ef4459 100644
--- a/example/example.qrc
+++ b/example/example.qrc
@@ -188,7 +188,6 @@
qml/viewmodel/TextBoxViewModel.qml
qml/page/T_Clip.qml
qml/page/T_3D.qml
- res/obj/test.obj
qml/global/Lang.qml
diff --git a/example/qml-Qt6/page/T_3D.qml b/example/qml-Qt6/page/T_3D.qml
index c0a0cc26..a3a707c8 100644
--- a/example/qml-Qt6/page/T_3D.qml
+++ b/example/qml-Qt6/page/T_3D.qml
@@ -51,7 +51,7 @@ FluContentPage{
]
Mesh {
id: mesh
- source: "qrc:/example/res/obj/test.obj"
+ source: "https://zhu-zichu.gitee.io/test.obj"
}
PhongMaterial {
id: material
diff --git a/example/qml/page/T_3D.qml b/example/qml/page/T_3D.qml
index 700c010e..5448daae 100644
--- a/example/qml/page/T_3D.qml
+++ b/example/qml/page/T_3D.qml
@@ -52,7 +52,7 @@ FluContentPage{
]
Mesh {
id: mesh
- source: "qrc:/example/res/obj/test.obj"
+ source: "https://zhu-zichu.gitee.io/test.obj"
}
PhongMaterial {
id: material