collada
Xpath fails if an element has a a xmlns attribute [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: xPath finds nothing but *[详细]
2023-02-16 05:56 分类:问答Using COLLADA DOM to get the next tag with the same name
Im using COLLADA DOM to access the data in a开发者_Go百科 .dae file and there are multiple tags called float_array... i can access the first using getDecendant(\"float_array\") but how would i access[详细]
2023-02-08 08:44 分类:问答Load COLLADA - geometry, animation, textures - what applies?
I\'ve been recommended to load 3D animations in the COLLADA format - I consulted the quick reference and docs for a while but I am pretty lost. What parts of the format do I actually care about if I w[详细]
2023-02-06 09:14 分类:问答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 et开发者_JAVA百科c. Is this true? It was originally designe[详细]
2023-01-29 11:26 分类:问答interactive (adding listeners to) DAE model in flex + papervision
I have a DAE model that is parsed into several parts. I am able to deal with them separately, such as changing their ma开发者_开发技巧terial or colour but I am having problems adding click or hover li[详细]
2023-01-29 02:34 分类:问答Java Collada Parser - XML Pull based implementation
I am looking at a set of parsers generated for Atom, XAL, Kml etc. seemingly using an automated technique with a XML pull based parser. The clue towards the automation is presence of \"package.html\"[详细]
2023-01-28 15:46 分类:问答How to parse advanced XML files in Java
I\'ve seen numerous examples about how to read XML files in Java.开发者_如何学CBut they only show simple XML files.For example they show how to extract first and last names from an XML file.However I[详细]
2023-01-26 08:28 分类:问答Collada and Skeletal Animation
I am attempting to implement a skeletal animation setup within a game engine I am currently coding for my practicum at school. The engine is coded in c++ and directx 10 using a right handed system.[详细]
2023-01-12 20:17 分类:问答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 gl[详细]
2023-01-11 21:57 分类:问答Collada loading with libxml2
I want to load collada with libxml2. I get the COLLOADA node, okay, then I try to get the children tag - FAIL, the children tag name i开发者_运维技巧s \"text\".[详细]
2023-01-10 14:05 分类:问答