Closed GoogleCodeExporter closed 8 years ago
I don't see rotation listed in the DTD, are you sure it should be "rotation" ?
<!ELEMENT orientation (quaternion | axisXYZ | angle_axis | direction) >
<!ELEMENT quaternion EMPTY>
<!ATTLIST quaternion
x CDATA #REQUIRED
y CDATA #REQUIRED
z CDATA #REQUIRED
w CDATA #REQUIRED
>
Original comment by goatman.py@gmail.com
on 27 Jul 2011 at 2:16
I used this http://www.ogre3d.org/tikiwiki/DotSceneFormat format
and this http://www.ogre3d.org/tikiwiki/RapidXML+Dotscene+Loader#The_Code as a
loader
Maybe It's wrong, but both importers recently was made do not wait for
<quaternion/>. (http://www.ogre3d.org/tikiwiki/New+DotScene+Loader this is the
second)
Original comment by jauthu
on 27 Jul 2011 at 10:08
ok, looks like that DTD is more recent. Will make the update in the next
release 0.4.9
Original comment by goatman.py@gmail.com
on 28 Jul 2011 at 11:04
fixed in 0.4.9
Original comment by goatman.py@gmail.com
on 8 Aug 2011 at 5:17
Original issue reported on code.google.com by
jauthu
on 26 Jul 2011 at 8:27