Ejemplo n.º 1
0
            public DrawState(PinchDraw parent)
            {
                _parent = parent;

                _smoothedPosition       = new SmoothedVector3();
                _smoothedPosition.delay = parent._smoothingDelay;
                _smoothedPosition.reset = true;
            }
Ejemplo n.º 2
0
            public DrawState(PinchDraw parent)
            {
                _parent = parent;

                _smoothedPosition = new SmoothedVector3();
                _smoothedPosition.delay = parent._smoothingDelay;
                _smoothedPosition.reset = true;
            }