granzuglia
|
ad76ffb8b7
|
- added missing include file
|
2013-10-24 20:51:03 +00:00 |
granzuglia
|
f0487e1690
|
- updated collada format in order to manage alpha channel colour
|
2013-10-24 16:18:13 +00:00 |
granzuglia
|
6913bc81a7
|
- small changes for qt5.0 compatibility
|
2013-03-24 19:51:43 +00:00 |
Paolo Cignoni
|
eb92432335
|
Added a few missing const specifiers
|
2012-11-27 22:31:48 +00:00 |
Paolo Cignoni
|
50184c49fb
|
Ongoing corrections of include paths to comply the new folder arrangement
|
2011-04-03 22:51:27 +00:00 |
matteodelle
|
0d98d0216e
|
Added import/export of color per vertex (only for triangular meshes for now)
|
2011-03-23 21:00:40 +00:00 |
mtarini
|
54ca153009
|
mini-changes at various importer exporters, to maximize compatibility
|
2010-03-13 00:52:17 +00:00 |
Paolo Cignoni
|
9a137ad9ef
|
slightly improved the robusness of the valuestringlist function in collada parsing
|
2009-11-17 23:32:09 +00:00 |
Paolo Cignoni
|
02ccdd90ec
|
small changed to improve the parsing of collada files that has a lot of line breaks inside
|
2009-09-12 05:22:51 +00:00 |
granzuglia
|
6ff4909253
|
from Visitor -> XMLVisitor
|
2009-09-01 09:08:07 +00:00 |
Marco Di Benedetto
|
a4102993bb
|
fixed uninitialized variable.
|
2009-05-29 18:32:35 +00:00 |
Marco Di Benedetto
|
875c8e71b7
|
added QMap header.
|
2009-05-29 16:28:22 +00:00 |
granzuglia
|
7bfa17ffa6
|
removed previous patch
|
2009-05-12 14:03:07 +00:00 |
granzuglia
|
3b362fc1e2
|
added "./" before texture's name for resolve mac's bug
|
2009-05-12 09:34:21 +00:00 |
Paolo Cignoni
|
03eb1cfadb
|
Improved management of collada meshes composed by polylistmesh
|
2009-04-04 17:25:57 +00:00 |
ganovelli
|
5e24bf99ce
|
removed useless inclusion of edge.h
|
2008-09-30 10:14:52 +00:00 |
Paolo Cignoni
|
0b6af20c93
|
Corrected texture loading. Now symbolic material binding are respected during the traversal. Still to be cleaned up.
|
2008-07-20 21:25:09 +00:00 |
Paolo Cignoni
|
c1c51913d3
|
Started the restructuring of the Collada parser. Now it is correctly recursive and it is able to get geometry also from controller.
|
2008-07-15 07:27:08 +00:00 |
Paolo Cignoni
|
51dde5296f
|
Corrected the broken ParseRotationMatrix. It had two bugs: it did not correctly parsed sequence of rotations and it exchanged degree with radians
|
2008-07-13 05:39:13 +00:00 |
Paolo Cignoni
|
86c16f8245
|
Added missing license information
|
2008-07-12 06:12:46 +00:00 |
Paolo Cignoni
|
75e3cc2a18
|
added a safeness assert
|
2008-06-29 07:48:48 +00:00 |
granzuglia
|
ba13e12c32
|
bugs patched by Imran
PS I'm not so sure about the instancematerial bug!
|
2008-02-28 12:02:11 +00:00 |
Paolo Cignoni
|
ed103e5a9b
|
removed useless include
|
2008-02-08 09:19:52 +00:00 |
Paolo Cignoni
|
2fb9f7bf22
|
gcc issues (mismatched >> )
|
2008-02-06 12:02:37 +00:00 |
granzuglia
|
23f96b0b59
|
fixed little bug: saving collada file with texcoords but not textures file
|
2008-02-05 21:49:55 +00:00 |
Paolo Cignoni
|
e068b6777a
|
gcc issues (missing typenames and mismatched >> )
|
2008-02-05 17:55:09 +00:00 |
granzuglia
|
7587abf32f
|
removing meshaccessor.h
|
2008-02-05 17:45:19 +00:00 |
granzuglia
|
778d93b70d
|
removed meshaccessor
|
2008-02-05 17:44:22 +00:00 |
granzuglia
|
d91bb25e52
|
added support for multiple textures
fixed many stupid bugs
|
2008-02-04 22:30:42 +00:00 |
granzuglia
|
2e24725d5b
|
totally new collada exporter (WARNING: it has some known bugs!)
|
2008-01-30 08:33:32 +00:00 |