519 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
67
views
Three JS ColladaLoader
Kind people, please tell me how to use the parse method of the ColladaLoader class. I searched the whole Internet, but I didn't find a solution. I use the dae file as the model file. I compared the ...
0
votes
1
answer
145
views
OpenGL: Qt3D.Renderer.OpenGL.Backend: Unable to find suitable Texture Unit for "diffuseTexture" solution
I am using QT 5.15.10 to render a 3d model (Collada dae file format)
When I try to load the file, the above OpenGL: Qt3D.Renderer.OpenGL.Backend: Unable to find suitable Texture Unit for "...
1
vote
1
answer
94
views
ThreeJS ColladaLoader convertUpAxis removed? - Model is flipped/wrongly oriented
I'm working on upgrading threejs to the latest version in an existing project where an older 0.120.0 version threejs is being used. But, ColladaLoader.js and OrbitControls.js files are being locally ...
1
vote
0
answers
76
views
Can you check if there are any errors in the collada (.dae) models that I extracted?
I used the Assimp loader in my DirectX 11 engine to open my .dae model files, but it's not functioning correctly.
My team and I don't believe there are any errors in my code, so I asked others for ...
1
vote
0
answers
260
views
How to render an animation stored in a collada file format using Vulkan
I'm following the Vulkan tutorial but it doesn't cover animation. I have finished reading the loading models chapter.
My goal is to implement functionality in my Vulkan application that will render a ...
2
votes
0
answers
137
views
writing Collada object in python
I imported .dae file in python using pycollada package and edited its animation class and it worked as I want but when I wrote the object as a new .dae file using write() function the changes that I ...
1
vote
0
answers
339
views
How to cache three.js Object3D in cache?
I am new to three.js and want to understand how can I cache the 3D models/Object3D to reduce the loading time of 3D models (collada)
I am using collada loader to load dae file in three.js based viewer....
0
votes
1
answer
87
views
Collada model loaded in Black
I have copied the example given in the official three js repo of how to load the DAE Collada model, modified it to remove the animations, and loaded my own Collada model.
The problem is that the model ...
0
votes
0
answers
139
views
how to receive argument in COLLADA (.dae) file?
I am working with ROS and GAZEBO and I need to change the individual objects in the environment with help of .xacro and .dae files.
For my requirement, I need to change a .dae file as per the ...
0
votes
0
answers
408
views
No texture display for 3D models in Google-Earth Pro when using KMZ with networklink to other KMZ (including the model)
I face a very strange issue in Google-Earth Pro (desktop client) when I try to display a 3D model "indirectly". Let me explain a bit more.
I try to make life easier for our users by creating ...
1
vote
0
answers
668
views
How to extract Data from a COLLADA .dae file with Python?
im pretty new to working with XML and COLLADA.
I know how to inspect a XML File. But when using the commands that work on a XML File, i get strange results with a COLLADA File.
The COLLADA File is a ...
0
votes
1
answer
45
views
ColladaLoader access remote files
I access the .dae file through the ColladaLoader of three.js, and use the local .dae file during the development process, which can be read smoothly.
I got an unknown error when I tested accessing ....
1
vote
1
answer
101
views
How to calculate the center position of the .dae file and reposition it?
I'm currently dealing with a lot of 3d models and I find that many of the models are centered off the center of the model. Is there a way to get the length (x), width (z), height (y) of the model, and ...
1
vote
0
answers
127
views
convert dae to gltf, horizontal vector invalidation
I converted .dae to .gltf through this tool, and display through three.js, and found that the horizontal vector of the model seems to be invalid.
Example file
Convert tool interface:
The situation ...
0
votes
0
answers
43
views
ColladaLoader hollow structures cannot be read properly
I currently have some open source .dae data, but I found that as long as it is in the hollow structure file format, it is cannot be read normally by three.js ColladaLoader().
let loaderDae = new ...