Explore >> Select a destination


You are here

raphlinus.github.io
| | fredrikj.net
3.3 parsecs away

Travel
| |
| | www.jeremykun.com
4.0 parsecs away

Travel
| | Pablo Picasso Simplicity and the Artist Some of my favorite of Pablo Picassos works are his line drawings. He did a number of them about animals: an owl, a camel, a butterfly, etc. This piece called Dog is on my wall: Dachshund-Picasso-Sketch (Jump to interactive demo where we recreate Dog using the math in this post) These paintings are extremely simple but somehow strike the viewer as deeply profound. They give the impression of being quite simple to design and draw.
| | blog.demofox.org
5.0 parsecs away

Travel
| | Rectangular Bezier Patches are one way to bring Bezier curves into the 3rd dimension as a Bezier surface. Below is a rendered image of a quadratic Bezier rectangle (degree of (2,2)) and a cubic Bezier rectangle (degree of (3,3)) taken as screenshots from a shadertoy demo I created that renders these in real time. Links...
| | kylewbanks.com
33.0 parsecs away

Travel
| Frequently in Unity you'll see OnMouseDown used to detect clicks on GameObjects. This works fine but it requires a script on the GameObject itself, and may require synchronization within the game when there are many clickable objects.