I stored vector and color information in xml and I'm not sure how to read them using the irrXML reader as the according attributes have multiple values.
An example looks like this:
Code: Select all
<Light color="0.7, 0.7, 0.7, 1.0"/>
the getAttributeValueAsFloat command sadly only returns the first number.
An older discussion from 2007 didn't contain information which I could understand on my level.
Can somebody point me in the right direction how this could be done?