Top "Collada" questions

COLLADA is a royalty-free XML schema that enables digital asset exchange within the interactive 3D industry.

how to convert .dae to .scn files in SceneKit

This is a screenshot from Apple's Fox sample code. As you can see, they use .scn file format for graphics …

ios scenekit collada
Which 3D Model format should I be using?

Im writing a game engine and I'm wondering what 3D model format should I use/load/export? Obj seems universal …

graphics model 3d collada
COLLADA Files Viewer

UPDATE: looks like it's my own fault for not studying enough SketchUp's GUI. See my own answer. Hi, I'm planning …

3d collada sketchup
How to get the width/height/length of a mesh in THREE.js

I been researching various places about trying to get the width and height of a mesh but I have been …

javascript three.js mesh collada
How do you load a .dae file into an SCNNode in iOS SceneKit?

I am having trouble understanding how geometry from .dae files should be loaded into an iOS SceneKit scene graph. I …

ios swift scenekit collada
Sample COLLADA files for development of an importer?

I'm preparing to write a COLLADA importer in Java. There aren't any pre-written importers, and even if there were I …

java 3d file-format blender collada
LINK : fatal error LNK1104: cannot open file 'libcollada14dom21.lib'

I have hot this error at the linker: LINK : fatal error LNK1104: cannot open file 'libcollada14dom21.lib' I dunno …

c++ visual-studio visual-c++ visual-studio-2010 collada
How can I export DAE files for use in Scene Kit without seeing "untitled-animations"?

I am trying to load animations created in Cheetah 3D and Blender 3D into Scene Kit, but all I get …

swift blender scenekit collada
load a collada (dae) file into SCNNode (Swift - SceneKit)

This works let scene = SCNScene(named: "house.dae") Is there an equivalent for a node? let node = SCNNode(geometry: SCNGeometry( ..??.. "…

swift collada scenekit
Location of three.js ColladaLoader source file

I have been researching Javascript 3d programming. As such, I have learned about the THREE.js framework, and have had …

three.js collada