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...
Sylviasylviculture asked 18/8, 2014 at 4:20

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...
Newland asked 17/4, 2015 at 7:1

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...
Turves asked 22/6, 2013 at 12:2

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...
Evening asked 25/7, 2015 at 15:14

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...
Guardant asked 15/10, 2015 at 15:8

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 ...
Aback asked 2/7, 2014 at 19:35

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...
Wiersma asked 26/4, 2011 at 16:51

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...
Yawl asked 31/7, 2016 at 16:48

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

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 ...
Bail asked 12/11, 2018 at 10:40

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...
Nit asked 19/8, 2014 at 15:41

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?
Lord asked 5/12, 2017 at 8:32

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...
Johathan asked 1/7, 2015 at 19:47

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...
Kamila asked 30/7, 2014 at 8:10

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...
Boykin asked 14/7, 2014 at 14:46

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...
Jerald asked 29/9, 2011 at 10:30

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

© 2022 - 2024 — McMap. All rights reserved.