Davi,
I'm using DepthJS to animate some objects. I'm trying to use rotX to rotate the objects toward and away from the me. It should look like a sign that is hung from the top and is swinging toward and away from me. Instead, all I can get is it swinging away and then back to the starting point.
This works to swing the object away from me and then back to the starting point:
var stage3D = new depthjs.Stage3D();
stage.addChild(stage3D);
var cont3D = new depthjs.Container3D();
var pin1_mc = new lib.pin_1();
cont3D.addChild(pin1_mc);
stage3D.addChild(cont3D);
var tl = new