La 3D dans flash fausse complètement les mesures si l’axe Z est à 0 :
trace (toto.height); // output 70.5 toto.rotationY = -180; trace(toto.height); // output 72 toto.rotationY = 0; trace(toto.height); // output 72
La 3D dans flash fausse complètement les mesures si l’axe Z est à 0 :
trace (toto.height); // output 70.5 toto.rotationY = -180; trace(toto.height); // output 72 toto.rotationY = 0; trace(toto.height); // output 72