collada Questions
7
Solved
I am having trouble understanding how geometry from .dae files should be loaded into an iOS SceneKit scene graph.
I know that you can load .dae files directly into an SCNScene:
// create a new sc...
4
I am using SceneKit to load a Collada (.dae) file.
Whatever I have tried, the animation repeats in a continuous loop whereas I only want it play once and then stop.
Here's the loading code wher...
9
Solved
I'm having a problem with understanding scenekit geometery.
I have the default cube from Blender, and I export as collada (DAE), and can bring it into scenekit.... all good.
Now I want to see the...
3
Solved
This is a screenshot from Apple's Fox sample code. As you can see, they use .scn file format for graphics object. They explicitly state in the wwdc2015 video that this was done by an artist. So far...
4
Solved
I've successfully imported a .dae scene via ColladaLoader.
The problem is, I need to switch between several .dae files.
I can't seem to implement the dispose method properly.
dae.traverse(funct...
1
I want to create walking man animation in SceneKit.
I'm exporting animated .dae files from 3DSMax + OpenCollada , I also use ConvertToXcodeCollada to combine all animations in one.
How i get animat...
Vaporizer asked 1/11, 2016 at 10:45
11
I am trying to load animations created in Cheetah 3D and Blender 3D into Scene Kit, but all I get is a bunch of "untitled-animations" with each one being the same animation.
Does anyone know how ...
12
Solved
UPDATE: looks like it's my own fault for not studying enough SketchUp's GUI. See my own answer.
Hi,
I'm planning to implement an "export to COLLADA" functionality in my mapping software, bu...
3
I am working with SceneKit and Collada file. Now, I am able to load the collada file inside art.scnassets folder as well as in my project root directory. I am getting an error when i am trying to l...
1
Solved
I am working on a project in which I have to convert a .dae file to .stl file. I am using the code given below
import sys
sys.path.insert(0, "C:\\Program Files (x86)\\FreeCAD 0.17\\bin\\"...
Cathepsin asked 24/4, 2019 at 18:15
3
Xcode's SceneKit editor renders .dae file's wrong and Xcode sometimes crashes during preview
I'm trying to figure out how to import .dae files with animations into Xcode and SceneKit.
It works somewhat, but it's really buggy, I can't preview files, and Xcode sometimes crashes when trying ...
4
Solved
This works
let scene = SCNScene(named: "house.dae")
Is there an equivalent for a node?
let node = SCNNode(geometry: SCNGeometry( ..??.. "house.dae" ..??.. ))
I have searched high and low, fin...
1
Solved
Short question. How does one find the dimensions of a mesh in three.js?
I have Collada (.dae) files which I would like to know the size of in units (x,y,z). I have seen comments about using geomet...
Cadaverous asked 2/1, 2018 at 14:32
1
I want to download the 3D Object-dae(collada) file from server and want to display on surface dynamically so can please share how can I achieve this in ARKit via SceneKit or else?
1
Solved
I export models from Blender to Collada with animation. As it is known, Blender is a right-handed system so its up axis is z and OpenGL ES2 is Y-Up.
For static meshes I can rotate the object arou...
Idiotic asked 1/2, 2017 at 14:48
1
Solved
I can make gltf files with the collada to gltf converter.
But is there a way to reverse this?
Bagpipe asked 11/11, 2016 at 13:53
1
I'm trying to export a custom 3D model format to Collada. I've built the Collada data classes through XSD and now problems come when I try to fill them with data, especially for what concerns matri...
5
Solved
I'm preparing to write a COLLADA importer in Java. There aren't any pre-written importers, and even if there were I would probably be picky, so I believe this is best. I am going with COLLADA...
Gilemette asked 22/6, 2009 at 18:57
1
Solved
Can you please help me determine the problem here?
It seems that I can't display the 3d file from cache directory. I'm having this error SceneKit IO: error, COLLADA files are not supported on thi...
Vadnee asked 7/5, 2015 at 10:8
3
Solved
I am able to export meshes created in Blender for use in SceneKit by using the COLLADA/.dae format - however no textures show up on iOS device.
Also, Preview on OS X won't open any COLLADA file ex...
1
Solved
It seems that most 3D authoring applications use Z as the 'Up' axis. While SceneKit uses Y as the 'Up' axis. SceneKit allows you to load scenes as Collada .DAE files. When loading a Scene via eithe...
1
Solved
I been researching various places about trying to get the width and height of a mesh but I have been able to find anything that works. I have a collada model that I imported and all I want to...
Carlock asked 25/5, 2014 at 20:10
4
Solved
I recently got three.js example from the official site working with my collada objects (.dae) using the ColladaLoader.js.
Now my question is, how do i change the loaded collada object color attrib...
Trot asked 22/2, 2013 at 13:26
2
Solved
I'm working on writing my own COLLADA importer. I've gotten pretty far, loading meshes and materials and such. But I've hit a snag on animation, specifically: joint rotations.
The formula I'm usin...
2
Solved
I want to include my texture image files into my collada file.
Now I have many files: the .dae itself and the .png texture files.
However I want only one file: the .dae, but with the textures in...
Trust asked 31/8, 2012 at 22:51
1 Next >
© 2022 - 2024 — McMap. All rights reserved.