Tagged Questions
COLLADA is a royalty-free XML schema that enables digital asset exchange within the interactive 3D industry.
13
votes
3answers
458 views
Importing Google Sketchup models in Mathematica
Google's Sketchup is a nice, simple 3D-object modeler. Moreover Google has an enormous warehouse of 3D objects so that you actually don't have to do much modeling yourself if you aren't particularly ...
11
votes
4answers
574 views
Is COLLADA a dead format?
I've been reading lots of musings on the net that COLLADA is a dead file format? In that applications are not updating their support for it etc. Is this true? It was originally designed to be a format ...
6
votes
2answers
338 views
Problems animating COLLADA Model
I have some problems animating a loaded COLLADA Model. I've written my own parser and now I also want to write my own draw routine as well. The problem ist, that as soon as I enable the animation on ...
5
votes
2answers
5k views
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 would probably be picky, so I believe this is best. I am going with COLLADA 1.4 ...
3
votes
1answer
191 views
COLLADA: Inverse bind pose in the wrong space?
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 using ...
3
votes
1answer
1k views
Layered COLLADA Loader for OpenGL3.1+ Context
What layers would aid in implementing this efficiently? Preferably such that I am able to get these three components listed below up with the early layers and code the rest as I go.
I am writing a ...
3
votes
1answer
387 views
3D model manipulation in Augmented Reality
I'm using FLARManager and papervision3d to implement a small augmented reality hack.
my requirement is to yaw the model upon a button click.
This is what i have done so far:
public class ...
3
votes
6answers
6k views
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 and easy but it also appears to be unreliable in that most models out there contain errors ...
2
votes
0answers
170 views
How to setup materials in THREE.js when loading Collada (dae) models?
How do I setup materials in THREE.js when loading Collada (dae) models?
I have the following code:
new THREE.ColladaLoader().load('models/cylinder.dae',
function(collada) {
var model = ...
2
votes
0answers
24 views
GDF or SIF or RDF conversion to obj or collada
Are there any libraries for converting GDF or SIF or RDF to obj or collada?
2
votes
3answers
652 views
Converting Collada file to a a3d (Android3d) object
I am looking into Renderscript capabilities and stuck with the A3D (Android 3d) file format. I can't find an easy way to convert a Collada file into an A3D format to store my blender model.
I was ...
2
votes
2answers
687 views
How integrated is Collada to OpenGL ES
All over where I read about the Collada file format I see some hint as to how integrated Collada is to OpenGL ES - or the other way. How integrated is it really? I suspect not, but are there ...
1
vote
2answers
70 views
jQuery Tab Menu and WebGL
I want to use the tabs from jQuery UI (Source: http://jqueryui.com/demos/tabs/) to display on each tab a COLLADA dae file using WebGL GLGE (Source: http://www.glge.org/). The Tabs should be generated ...
1
vote
2answers
40 views
Can Collada (dae) be used as content?
Can the Collada (dae) file format be used for content, or is it strictly for reciprocity between 3D studios, etc? For example, I create a XNA game, could I create a loader and load it in for usage in ...
1
vote
1answer
141 views
wireframe overlay on Collada textures - three.js
When I use a Collada model with .jpg texture, three.js seems to overlay a wireframe mesh over the texture.
My question - is there a way to remove the wireframes?
an example is here;
...
1
vote
0answers
45 views
How do you transform a Skinned Mesh during mesh loading and processing?
I created my own skinned mesh loader. It's working fine, but my problem is I don't know how to transform (scale & rotate) the skinned mesh so that the transformations are "baked" onto the ...
1
vote
1answer
92 views
Server-side COLLADA converter
I'm building a web form to accommodate users uploading .obj and .fbx 3D models to a site. We need a server-side solution to convert these files to Collada (dae).
It would be massively helpful if ...
1
vote
1answer
148 views
Texture mapping problems with OpenGL
I'm having some problems mapping textures with OpenGL. Here's the link to the model which I'm currently trying load correctly with these textures.
Now here's a link to a directory where all the ...
1
vote
3answers
845 views
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 to implement an "export to COLLADA" functionality in my mapping software, but I'm ...
1
vote
2answers
394 views
Xpath fails if an element has a a xmlns attribute [closed]
Possible Duplicate:
xPath finds nothing but *
Im trying to use xml to parse a .COLLADA file. The problem is I can't seem to use xpath() to access elements if the root tag has a xmlns ...
1
vote
3answers
535 views
How to parse advanced XML files in Java
I've seen numerous examples about how to read XML files in Java. But they only show simple XML files. For example they show how to extract first and last names from an XML file. However I need to ...
1
vote
1answer
662 views
Collada geometry and animation file loading
I'm considering writing a Collada loader for geometry and animation. Could someone describe from a high level how this would be done? If it will take longer than a few weekends of time I may switch ...
1
vote
1answer
179 views
If I have an array of vertices, how can I sort them in a fashion that would make it suitable to loop through and draw a triangle strip?
I started learning about reading the data packed in a Collada file (.dae). I'm to the point where I have the vertices of a specific mesh. Right now, I'm just looping through them between calls to ...
1
vote
2answers
579 views
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 why, libcollada14dom21.lib is in VSDIR/VC/lib.
1
vote
1answer
289 views
Flash like animation editing and container format for OpenGL environment?
Are there ANY tools that lets an animator / designer create scripted animations that can export to an OpenGL compatible format -- that are similar to the timeline editing in Flash or After Effects?
...
1
vote
1answer
522 views
How do I adjust the overall alpha value of a Collada Model in Flash PaperVision3D?
I want to display a Collada model over top of a video stream and dynamically adjust its alpha value. Right now I have it partially working in PaperVision but I can't seem to set the alpha of the ...
1
vote
1answer
352 views
How to anti-alias a collada model in papervision3D?
How to anti-alias a collada model in papervision3D?
I've tried searching everywhere but didn't find any ways to anti-alias models. I've also tried blurring it a little as an anti-alias method but ...
1
vote
2answers
735 views
Papervision: MovieMaterial on a Collada object
Is it possible to put a MovieMaterial on an imported Collada object in Papervision? I can't find anything on the matter on the internet and anything I try on my own is in vain...
Thank you
1
vote
2answers
310 views
COLLADA FX SID resolution
The rules for resolving SIDs in COLLADA, and COLLADA FX SIDs in particular, are not very clear. With regard to COLLADA FX SIDs in particular, how do I know at which element to start the search for a ...
1
vote
2answers
2k views
Importing a Collada file in Papervision 3d
I am having trouble importing a Collada file in Papervision3d. I have done an exhaustive Google search to no avail. All the examples and tutorials end with errors, be they "Can't find materials" ...
0
votes
0answers
19 views
Loading Collada animation joints?
I'm having trouble loading joint data information from 'animation' node of collada file.
First, I try to load joints from 'library_visual_scenes' :
The first 2 joints look like that :
...
0
votes
1answer
30 views
WebGL Three.js ColladaLoader Example Fails
I copied the exact (working) colladaLoader code from three.js on github, and put it on disk and sorted the dependancies. but instead of the monster.dae,
I get a "Uncaught TypeError: Cannot set ...
0
votes
1answer
103 views
Collada to JSON
I try to display some Collada files with WebGL and Three.js. I tried with THREE.ColladaLoader() but it returns some materials errors.
I see it's possible to convert the file to JSON and then import ...
0
votes
0answers
79 views
Not able to identify which mesh was selected from Scene. (Three.js)
Im stuck with an issue.
Im using blender to create a scene where the objects are grouped into submeshes.
If i use the dae (collada) file loader in three.js , I can identify which mesh i have ...
0
votes
1answer
52 views
scene.add(object) creates an “Uncaught TypeError: Cannot read property 'length' of undefined”
Getting that error in my javascript console(in Chrome) with a collada object I'm attempting to add with a basic loader. It's specifically coming from the "scene.add( object )" chunk of it. ...
0
votes
1answer
217 views
Can't seem to make a functional THREE.js collada loader
I'm having issues getting a custom made collada object with no built in camera or lighting to render. I more or less copied what I had seen in a few collada examples to create my own loader, which ...
0
votes
1answer
85 views
Fetching .kmz files from local disk and importing them into Google Earth via API
I need to import 3D models of each building in New York City into the Google Earth API. I fetched their .kmz files using google.earth.fetchKml. Since this command uses the URL of the kmz files and ...
0
votes
1answer
42 views
ColladaDOM loader debug assertion errors, on strings?
D3DXMATRIX ColladaFileLoader::processMatrix(daeElement* node)
{
D3DXMATRIX matWorld;
daeTArray<daeElementRef> nodeChildren = node->getChildren();
for (int i = 0; i < ...
0
votes
1answer
96 views
How to view a Collada mesh in a Qt application?
How do I create a small 3D viewport and show there a Collada mesh? Also, mesh has textures, and user would want to rotate and zoom in/out with a mouse.
0
votes
1answer
63 views
How can i control a collada model's animations with papervision3D?
How can i control a collada model animations with papervision3D? And why everthing i find for papervision3D is 2008 or 2009 dated? is this library death??
0
votes
0answers
124 views
accessing nodes in away 3d Flash 3.6 model exporter
I am using Away3D 3.6.I generated an as. file from a Collada model(AS3 exporter version 2.3)/ loads well. i want to access and “transform” these “nodes” which are actually bones that belong to an ...
0
votes
1answer
63 views
Is it the package org.papervision3d.core.io what I need to export to .dae?
I need to create a .DAE file from one DisplayObject3D and do not know how to do it. Only I find information about how importing a DAE. Never of how exporting it.
Thanks.
I cannot change simply ...
0
votes
1answer
92 views
Collada bones in Away 3D
I am trying to move from papervision-3d (no longer in development) to away-3d with frustration. I've sent several messages to the away 3d team with no response.
my goal is interactive, web-based 3d ...
0
votes
0answers
123 views
Transparency Problem for COLLADA in C3DL
I am using C3DL for webgl rendering and facing some problem while adding a transparent object as a COLLADA file to c3dl object.
I am using Blender to create the transparent object and exporting it as ...
0
votes
0answers
101 views
What is the best way to change a mesh at runtime in Away3D?
In my project in Away3D (flash 3D engine) I want to change a static collada model when I press any key.
The way I do it is loading every model to a different Loader3D variable and adding every ...
0
votes
1answer
349 views
OpenGL ES2.0 flamework(include loading model)
I must make OPEN GLES2.0 on android2.2.
So I want flamework(include loading model).(COLLADA or OBJ)
Please let me know framework of it or tool.
0
votes
0answers
233 views
Which is the best as3 based physics engine?
I have a COLLADA 3D model (.dae) and i want to toss it based on a trajectory. I came across jiglib and Box2D, which are actionscript3 based physics engines.
I want to know which is the best physics ...
0
votes
1answer
506 views
3ds collada UV mapping problem in Papervision
As I briefly explained in the title, my problem concerns texturing a collada export in papervision.
Basically I was exporting collada models from Cinema 4d with its uv map. I was able to see ...
0
votes
1answer
435 views
Collada to OpenGL ES data converted for Android?
I am undable to find Collada to OpenGL ES data converter like something that gives me vertices, normals, textures etc. for direct use in OpenGL ES from Collada file for the model I want to import into ...
0
votes
1answer
208 views
Collada scene graph
Cuold you please tell me what is a Collada scene graph?
Can I take a scene that I've downloaded from Google 3D warehouse and somehow convert it to a Collada scene graph?
Does the process somehow ...