Hi,
I try to use Away3d 4 in a Flex project.
Away3d is simply used to display a 360 panorama using a skybox.
I put the Away3d layer in a Uicomponent.
On top of that i have interface stuff, buttons etc.
For one of these buttons, i need to do drag’n'drop stuff. Using startDrag and stopdrag works fine. But during the movement, the button doesn’t move, just at the end of the movement, after stopDrag.
It seems that the displaylist is not redrawed during the movement.
Is this issue due to stage3d and simple displaylist ?
Thanks by advance