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
1 answer

Dynamically generate collada files

Hello from what i understand that using Python i can dynamically send kml data to Google earth client. i was wondering is this possible for collada files? i need it in combination to load models in Google earth. so far i can do it manually.
Peter
  • 73
  • 5
0
votes
0 answers

Using sketch up data to render a cube in Xcode

I am playing around with the OpenGL ES template in Xcode 4.5. I draw a cube in Google Sketchup and exported into collada. I copied the vertex and normal data into the open gl template in Xcode as below: GLfloat gCubeVertexData[] = { // Data…
Pupillam
  • 631
  • 6
  • 26
0
votes
0 answers

Picking problems with collada loaded models in ThreeJS

I'm experiencing picking problems when loading a collada model in ThreeJS. The picking example for cubes works fine. Loading a collada model works as well. However it seems that for picking collada object I need to pick well above the 3D object. As…
0
votes
1 answer

OpenGL Modeling

I am trying to create program that will allow me to convert from Collada format to my own custom format (this part is easy and under control). What I want to do is the following. 1.) Find a way to draw a model given the exact data parsed from a…
0
votes
1 answer

How do I get a texture's file name in SceneKit

I want to use SceneKit on MacOS to load a Collada file and get scene node properties to use them with my own scene graph. I can easily access vertices, normals, transformation matrices, material properties and so forth – everything except of the…
de.
  • 7,068
  • 3
  • 40
  • 69
0
votes
1 answer

COLLADA blending: transparency based on texture

What I'm trying to do now is to get my COLLADA importer working on some transparent COLLADA model. The model blending is specified by the COLLADA specification, at charapter 7, paragraph "Rendering/Determining Transparency". In short, there are two…
Luca
  • 11,646
  • 11
  • 70
  • 125
0
votes
0 answers

how do you insert a swf file with collada interactivity within it into an html page?

I have a swf file which I need embedded into a webpage. Does safari and google chrome support swf files with collada in it?
-1
votes
1 answer

google earth model transformation

I would like to add placemarks to parts of collada geometry in google earth. To do this I need to translate the geometry coordinates in the xml to match the transformation to the model in google earth. Given longitude latitude and orientation how do…
Fuji
  • 28,214
  • 2
  • 27
  • 29
-1
votes
2 answers

OpenGL does not draw Model properly

I exported the Blender Box as a Collada file, I am loading it with Assimp, yet it does not draw properly. Here is how it looks: I have tried using .fbx and .obj without success. is this an error in my code, or is the vertex data not correct? I…
DuckPuppy
  • 123
  • 1
  • 1
  • 7
-1
votes
1 answer

dae to gltf pbr export not exporting textures not base64

i have Dae, and separately textures that i'd like to include in the exproter. I use collada2gltf exporter and do next steps ./COLLADA2GLTF-bin -i /Users/Andy/downloads/Ball_Dae/ball_v2.dae -o /Users/Andy/downloads/Ball_Dae/Ball_Output…
ildar
  • 185
  • 2
  • 3
  • 16
-1
votes
1 answer

a-frame, .dae model looks weird if second one is added

I have a assignment for school and I am trying to add several Collada models. But if I add the second one my first model starts to look all weird. Why does it does that and how do i fix. Link to project: bruggemanj.roccloud.nl/ROCVR
JohnB
  • 1
  • 1
-1
votes
1 answer

How to transfer skeleton weights in vertex shaders?

I made a c++ collada reader but i draw a 3K animated mesh in 4ms using the opengl direct mode . That's too slow. So i decided to use a vertex shader .In a skeleton , each vertex have a weight (zero or more) for each bone. For a 3K mesh with 40…
Cloyz
  • 31
  • 7
-1
votes
2 answers

Maya animation in Three.js

I'm trying to get my Maya animated walk cycle into three.js. I have exported the animation with the model into the .dae format, changed the path to my model in the example. My model is being loaded, but it doesn't do any animation. What could be the…
-2
votes
1 answer

why my .dae file dont show texture and animation in three.js?

i have these files : Karma model and when i launch .html file , it shows .dae file but without texture and animation , what i need to do ?
iVesha
  • 1
  • 3
1 2 3
34
35