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

naming a multiple collada objects differing from another

we are currently able to load multiple collada files using the code below, we want to know how we will be able to name the collada files differently. Here are some of the functions that we used: function loadFiles(){ …
Michrane
  • 3
  • 3
0
votes
1 answer

Panda 3d Collada help c++

So I'm new to Panda 3D in c++ and I have created collada files or dae files to show in panda 3d. When I view them in pview, they show up without color or texture. So if I press the L hotkey, color and texture shows up. I know this has to do with…
0
votes
1 answer

3d object rotation issue in cocos3d

I ve created a 3d object using Blender and exported in to collada form. And converted to pod file using PVRGeoPod. I added the pod file to cocos3d project resources. Then altered the hello-world project by replacing pod name and node name.I didn't…
Karan Alangat
  • 2,154
  • 4
  • 25
  • 56
0
votes
2 answers

How to export to Collada form in Blender for cocos3d

I am using blender 2.66a to create 3dobject for Cocos3d. In THE BRENWILL tutorial they have used blender 2.4.9 to export to collada file. I cannot find those options that have mentioned in the tutorial(like Triangle,only export selection), when…
Karan Alangat
  • 2,154
  • 4
  • 25
  • 56
0
votes
1 answer

Moving Collada file Lat Long

I append a collada file into the plug-in, and then move it (append.Child, then remove.Child, then append.Child, etc) based on very small Latitude and Longitude increments. When the Latitude increment = Longitude increment, however, the file moves…
0
votes
1 answer

Loading Collada mesh pose

I have a problem loading a collada mesh animation from file. The skeletons startpose is defined like this -0.01199548 0.1422831 -0.009544329 0 0 1 0
0
votes
0 answers

Three.js-How to represent objects in WebGL pleasantly?

I am using Three.Js to represent a 3D model of a building. Data is a collada file and I am using collada loader. I have two main problems: 1-when I rotate the building, some walls are vanished in some views and are appeared again in the other…
mbehnaam
  • 401
  • 10
  • 24
0
votes
2 answers

two collada object colliding

I am trying to use Ray intersect to find out if 2 collada object collide. But so far no success :( my code http://jsfiddle.net/XqQzF/ object.updateMatrix(); // ray var f_vector = new THREE.Vector3( 0, 0, -1 ); var…
0
votes
1 answer

Trying to implement WebGL viewer using Three.js + ColladaLoader.js

I am trying to implement a WebGl viewer using three.js + colladaloader.js but i am having some problems when trying to import and view my own collada object. I can load the example correctly, but when adding my own model to it (without changing the…
psychok7
  • 5,373
  • 9
  • 63
  • 101
0
votes
1 answer

camera and terrain collision on three.js

I have a building model created with sketchup, exported as collada file and loaded to three.js with colladaloader. Everything works fine except that the camera can pass through walls. How do I prevent this? So far I have tried with Raycasting, but I…
sazoo
  • 127
  • 1
  • 2
  • 9
0
votes
0 answers

COLLADA DOM open() function returning null because of "topMeta"

Im trying to open a .dae file. But when I try to open the document, it is null because something called "topMeta" is null. I don't know how to set topMeta properly. This is the code DAE dae; daeElement *root = dae.open("simple.dae");
Artistzhou
  • 51
  • 3
0
votes
2 answers

Does Three.js render lines in Collada files?

I was working on a Collada file which contains one line with material. I cannot render this file in Three.js I am not sure that Three.JS can render lines from Collada files. What is the problem with this file? It works perfectly in SketchUp but I…
mbehnaam
  • 401
  • 10
  • 24
0
votes
2 answers

Model showing up black when using Collada Models with ShaderMaterials in Three.js

I tried to load a collada file (exported from Blender) into a three.js scene and then replace the material with a ShaderMaterial. Since there is only one object in this collada file it is located at collada.scene.children[0] so I tried to change…
Patrick
  • 1,235
  • 1
  • 12
  • 15
0
votes
1 answer

How to load collada scene (using three.js)?

I've just started using three.js and am trying to load a scene from *.dae file. And by scene I mean a model (some building), a couple of lights a camera (I want to be able to position it in 3dsmax rather than manually in code). I found a couple of…
NPS
  • 6,003
  • 11
  • 53
  • 90
0
votes
1 answer

ThreeJS Collada Model not Showing up

I cannot for the life of me figure out why my Collada export will not show up. running http://threejsexperiment.s3-website-us-east-1.amazonaws.com/ github https://github.com/markbreneman/TroubleShooting/tree/master/ThreeJSCollada If i take a look…
markbreneman
  • 33
  • 1
  • 4
1 2 3
34
35