🎯
Focusing
Animation MotionKit lead @quanticdream. Creates Sismograffitis (hand-drawn curves) and Tagcards (code-drawn curves) based on my own motion.
- Paris, France
- http://lefemmemademoiselle.tumblr.com/
Pinned Loading
-
-
Converts (x,y,z) to (r,g,b) with lig...
Converts (x,y,z) to (r,g,b) with lightness parameter - Returns Adobe RGB as Vector3 1// Converts (x,y,z) to (r,g,b) with lightness parameter
2// Returns Adobe RGB as Vector3.
3public Vector3 XZY_to_RGB(float x, float y, float z, float lightness)
4{
5float _x = x / 100f;
-
Some examples of screen positions on...
Some examples of screen positions on an Orthographic camera 12// Some examples of screen positions with borderlimits on an Orthographic camera
34private Camera cam;
5public float borderLimit;
-
Constant Lerp from A to B with speed
Constant Lerp from A to B with speed 1// Constant Lerp from A to B with speed
2private float moveDir;
3private void ConstantLerp(Vector3 from, Vector3 to, float speed)
4{
5moveDir = speed * (1 / Vector3.Distance(from.position, to.position) * Time.deltaTime);
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.