Questions tagged [collada]

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

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

524 questions
0
votes
2 answers

Some light on COLLADA's logic

I'm working on a 3d map generator platform on C++/OpenGL and, after finishing with Perlin's Noise, I needed to load some 3d models into my screen. I never tried it before and after read about it I decided to use COLLADA's model format. The first…
0
votes
3 answers

How to position bones in a three.js colladaloader object (skeletal animation)

I've loaded a biped character mesh using colladaloader. I can move the mesh by changing the position and rotation on the dae object. dae.rotation.y+=0.01; dae.updateMatrix(); works fine But I can't seem to move individual bones.... any idea how do…
acheo
  • 3,106
  • 2
  • 32
  • 57
0
votes
1 answer

Atlas creator of collada models

Hi does anyone know some software (preferably script), which can do atlas from textures and recalculate the coordinates for models in the COLLADA format?
mavl
  • 95
  • 1
  • 1
  • 6
0
votes
1 answer

Collada - does ordering of transforms matter?

If I have a set of transorms, made of translates, scale and rotates... will ordering of them matter? If I do translate and then rotate, will the result be different than rotate and translate?
dantuch
  • 9,123
  • 6
  • 45
  • 68
0
votes
2 answers

How to set animated DAE object to specific frame in Papervision

I have a object of type DAE and want to do something like animatedDae.setFrame(15); Any ideas how to do that in PaperVision3D
Jonathan Fischoff
  • 1,467
  • 12
  • 22
0
votes
1 answer

Papervision problem with UV mapping on DAE/COLLADA model

In PaperVision3D I am loading a COLLADA model which I have UV mapped. Everything seems to work okay except I am getting some bad texture distortion. Can anyone advise me on what I am seeing and what a possible solution is? I have attached an…
Jotham
  • 1,122
  • 1
  • 10
  • 23
0
votes
0 answers

Good 3D , OpenGL engine to work with .dae (Collada) objects in iOS

I've been using NinevehGL 3D engine in my present project, but it no longer support iOS 6, iOS 7 (I cant take screenshot,in iOS 7 device it simply disappear ). The project specifically is:- "It is 3D sofa builder. I have .dae files of each part of…
Mann
  • 5,477
  • 6
  • 45
  • 57
0
votes
1 answer

Having Trouble importing skinned mesh into PaperVision3d 3.0 from COLLADA

I can export just a mesh, but a mesh with a Skin modifier bound to Biped does not work. The skin is not imported as TriangleMesh3D or a skinning class, and is instead a DisplayObject3D class that lacks geometry. No warnings are given. Any idea how…
Jonathan Fischoff
  • 1,467
  • 12
  • 22
0
votes
1 answer

Problems loading .dae files, indices and vertices load correct

So after reading this I thought it would be better to change to format i load my files in and decided to use .dae files. After writing this very simple xml-loader: void Model::loadModelFromDae(std::string source) { using namespace std; …
Anton D
  • 1,336
  • 1
  • 12
  • 18
0
votes
1 answer

Why does Unity does not import materials of .DAE file?

I'm trying to upload a DAE file (Exported from SketchUp) into Unity3D. It imports the meshes, but all of them are grey. I guess it imports materials too, but all materials become grey or something. Here are the pictures of what I mean : SketchUp…
jeff
  • 13,055
  • 29
  • 78
  • 136
0
votes
1 answer

Multiple textures with load Collada. Still limited to just one?

I have been working with the Three.js module and the ColladaLoader.js functionality for a few weeks now and am getting pretty confident with what is going on. Up until today I have been loading in models of various complexity in to my code with no…
Damien
  • 1
  • 1
0
votes
1 answer

Three.js CanvasRenderer Artifacts

I am trying to load a collada file using Threejs. All works well, but if I make the object spin I can see that the rendering is not right. Check the image: Here is the code (which was partially stolen from another example): function init() { …
PCoelho
  • 7,850
  • 11
  • 31
  • 36
0
votes
2 answers

three.js exporter 'export object' not working with jsonLoader (r58)

I'm trying to load a model I got from 3DWarehouse into three.js. I was unable to get the Collada Loader to work, so instead I imported it into THREEJS Editor and exported it using the "export object" function. When I loaded the object into my app…
Blake
  • 162
  • 1
  • 5
0
votes
0 answers

How to change options on a collada model in three.js

How would you implement the following in three.js e.g You have a basic car model say collada The car can have multiple options e.g lights, spoiler, sun roofs, bike rack etc Based on what the user selects for each option you want to show the car. My…
user2324723
  • 113
  • 2
  • 13
0
votes
1 answer

Is there a quick way to convert a .ive file to a .dae file?

I'm looking for a way to convert a .ive file to .dae. I already tried using the osgconv in 3.0.1 and failed.
Nirko
  • 1
  • 2