Today a tutorial about augmented reality, in particular the use of the new Apple framework, ARKit, to measure distances between two points in a 3D virtual space.
3d
[Unity3D] Sprite Animations
Well, starting with new tutorials! Unity3D and C# development.
Today we learn an intelligent way to animate a character based on the input Axis(Horizontal / Vertical) starting from a single image, called “sprite“.
Sprite?
Objectivec – 3D View Rotation
Today, how to make a 3d rotation using two UIView.
Problem
I want to rotate my view in 3d perspective, but after animation, buttons not responds to touch events.
This happens because after a 3d trasform, the point of view is different, and the frame go out for a walk…