Questions tagged [xml3d]

XML3D is a XML format for 3D scenegraphs and has a WebGL engine called xml3d.js.

XML3D is a XML format for 3D scenegraphs and has a WebGL engine called xml3d.js.

It is a joint project of the DFKI, the Computergraphics Lab of the Saarland University and the Intel Visual Computing Institute.

19 questions
0
votes
1 answer

XML3D: XFLOW syntax

I have two question regarding XFLOW syntax: Can I use xflow data gained from node? What is the difference between and it seem that those two have the same functionalities. Or in the other words does assetdata node is…
Xyz
  • 1,522
  • 17
  • 23
0
votes
1 answer

XML3D: Exporting scene

I need to export scene as single STL file. Whereas its easy to export each single // exporting whole scene with transformations its another story. That requires applying world matrix transform to every vertex of each asset data…
Xyz
  • 1,522
  • 17
  • 23
0
votes
1 answer

XML3D: generateRay

I'm implementing draggable object in XML3D and i need a help with xml3d.generateRay function, as an argument it takes two numbers, as I understand correctly those are x,y coordinates of point in projection space that ray passes through. But are…
Xyz
  • 1,522
  • 17
  • 23
0
votes
1 answer

XML3D css transformations vs custom transform property

Which one: css transform property or custom xml3D element I'm supposed to use when using this library? Providing two mechanisms to do the same thing is kinda unclear to me. I see that transformations based on transform element are…
Xyz
  • 1,522
  • 17
  • 23
1
2