What steps will reproduce the problem?
1. Add an IsoBox to the scene
2. Use myIsoBox.moveTo(0.5, 1.2, 0) (or moveBy, if preferred)
3. Render the scene
4. Check the box's coordinates with myIsoBox.x, .y and .z
What is the expected output? What do you see instead?
I expect the box to be at coordinates (0.5, 1.2, 0), since Flash supports
decimal values.
Instead, the box will be at coordinates (1, 1, 0).
What version of the product are you using? On what operating system?
as3isolib.v1.core, Windows 7
Original issue reported on code.google.com by
jocke...@gmail.comon 27 Dec 2011 at 1:09