collada Questions

1

This is my current result: As you can see the models have a bunch of gaps in them. My guess, why this happens would be, that I somehow need to include the <vcount> data in the <polylist...
Magnetometer asked 14/2, 2013 at 19:17

3

Solved

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 impor...
Sula asked 30/12, 2011 at 9:52

4

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 particularl...
Colton asked 5/6, 2011 at 22:41

1

I have been researching Javascript 3d programming. As such, I have learned about the THREE.js framework, and have had some success with it. Afterwards, I exported a Google Sketchup file I created (...
Silvey asked 31/7, 2012 at 22:22

1

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 = collada.sc...
Anthozoan asked 26/11, 2011 at 21:18

2

Solved

Say we have a 4x4 matrix with indices like so: 00 01 02 03 10 11 12 13 20 21 22 23 30 31 32 33 How does one convert the rotation data (ignoring the z axis, if that helps) contained in this matri...
Parlin asked 17/5, 2012 at 4:14

4

Solved

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...
Moyer asked 26/4, 2011 at 10:57

2

Solved

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 o...
Kaiserism asked 25/6, 2011 at 13:46

2

Solved

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 ...
Acquirement asked 12/3, 2011 at 21:20

1

Solved

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...
Substratosphere asked 6/2, 2011 at 13:41

6

Solved

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 conta...
Leaky asked 21/2, 2009 at 13:44

1

Solved

I want to test my 3d rendering engine as it gets developed, but I am using really lame objects like COLLADA models and such. I was wondering if anyone knew about a repository where one could downl...
Wild asked 1/5, 2009 at 3:15

© 2022 - 2024 — McMap. All rights reserved.