コード例 #1
0
    private void stageFive()
    {
        //start to remove spine layer and center model

        container.moveSmooth(new Vector3(container.getXPos() - 1.2f, container.getYPos(), container.getZPos()), timeS5);
        container.zoomSmooth(1.5f, timeS5);
    }
コード例 #2
0
 private void stageSeven() //move needle in more
 {
     modelManipulator.toggleIndividualLayer("Spine");
     needle.moveSmooth(new Vector3(needle.getXPos(), needle.getYPos() - 0.25f, needle.getZPos()), timeS7);
     modelManipulator.fadeIndividualLayer("Duramater", 0f, timeS7 * 0.8f);
 }