Deprecated: Assigning the return value of new by reference is deprecated in /customers/iamtheshit.net/iamtheshit.net/httpd.www/blog/wp-settings.php on line 472

Deprecated: Assigning the return value of new by reference is deprecated in /customers/iamtheshit.net/iamtheshit.net/httpd.www/blog/wp-settings.php on line 487

Deprecated: Assigning the return value of new by reference is deprecated in /customers/iamtheshit.net/iamtheshit.net/httpd.www/blog/wp-settings.php on line 494

Deprecated: Assigning the return value of new by reference is deprecated in /customers/iamtheshit.net/iamtheshit.net/httpd.www/blog/wp-settings.php on line 530

Deprecated: Assigning the return value of new by reference is deprecated in /customers/iamtheshit.net/iamtheshit.net/httpd.www/blog/wp-includes/cache.php on line 103

Deprecated: Assigning the return value of new by reference is deprecated in /customers/iamtheshit.net/iamtheshit.net/httpd.www/blog/wp-includes/query.php on line 21

Deprecated: Assigning the return value of new by reference is deprecated in /customers/iamtheshit.net/iamtheshit.net/httpd.www/blog/wp-includes/theme.php on line 623

Deprecated: Assigning the return value of new by reference is deprecated in /customers/iamtheshit.net/iamtheshit.net/httpd.www/blog/wp-content/plugins/codesnippet/codesnippet.php on line 248

Warning: Cannot modify header information - headers already sent by (output started at /customers/iamtheshit.net/iamtheshit.net/httpd.www/blog/wp-settings.php:472) in /customers/iamtheshit.net/iamtheshit.net/httpd.www/blog/wp-includes/feed-rss.php on line 8
THE SH*T http://www.iamtheshit.net/blog A division of iamtheshit.net Thu, 23 Oct 2008 11:53:46 +0000 http://backend.userland.com/rss092 en Rose Moving a total of 56,000 pixels to create this effect http://www.iamtheshit.net/blog/archives/rose/ Halo http://www.iamtheshit.net/blog/archives/halo/ Bezier curves in 3D Cubic bezier curves with an extra dimension. I used Papervision3D for the actual 3D stuff but the logic behind the curves is almost exactly the same as in the demo of the last post, I just added a z dimension to the equation. http://www.iamtheshit.net/blog/archives/bezier-curves-in-3d/ Cubic bezier curves Drawing bezier curves is very easy to do with the flash drawing API. This is accomplished by passing two anchor points and one control point to the curveTo() method of the graphics object. A bezier with two anchor points and one control point is called a quadratic bezier curve. However, anyone ... http://www.iamtheshit.net/blog/archives/cubic-bezier-curves/ Particles http://www.iamtheshit.net/blog/archives/particles/