|
Written by Ryan Juckett
|
|
Sunday, 11 April 2010 22:27 |
|
I decided to get a little framework set up that would let me play around with some graphics code. As a result, I decided that step one would be to get everyone's favorite test model, the Stanford Bunny, loaded and rendering. I'd never actually used the bunny or any of the other Stanford models before so after a little research into where to access them and what format they were in, I came up with a "pipeline" for loading them into my application. I wouldn't call it a great solution, but it worked pretty well for getting something up and running to play with.
|
|
Last Updated ( Wednesday, 14 April 2010 08:16 )
|
|
Read more...
|
|
|
Written by Ryan Juckett
|
|
Monday, 13 April 2009 00:00 |
|
Inverse kinematics (IK) solvers often become mathematically intensive or computationally expensive with long kinematic chains or when functioning in higher dimensions. I am going to cover an approach to solving IK that is easy to understand, handles any number of joints, and is easy to implement in any dimension. We will walk through a two dimensional example and I'll present sample code to perform the algorithm.
|
|
Last Updated ( Sunday, 02 May 2010 06:30 )
|
|
Read more...
|
|
Written by Ryan Juckett
|
|
Wednesday, 11 February 2009 04:43 |
|
When performing inverse kinematics (IK) on a complicated bone chain, it can become too complex for an analytical solution. Cyclic Coordinate Descent (CCD) is an alternative that is both easy to implement and efficient to process. We will discuss the algorithm works at a high level, followed by a two-dimensional example and sample code.
|
|
Last Updated ( Thursday, 14 October 2010 19:27 )
|
|
Read more...
|
|
Written by Ryan Juckett
|
|
Saturday, 10 January 2009 07:28 |
|
The RJ_InsertCode project is a TinyMCE 3.x plugin that will automatically style code samples for different languages. Its core architecture is based on the Insertcode plugin for older versions of TinyMCE, but it has been almost fully rewritten for TinyMCE 3. There is a simplified setup, more features, a JCE 1.5 installer, and a commented codebase to assist in learning how it works and tweaking it.
|
|
Last Updated ( Friday, 17 February 2012 04:18 )
|
|
Read more...
|
|
Written by Ryan Juckett
|
|
Friday, 09 January 2009 08:53 |
|
The RJ_Demo_IK project is a C# application to help demonstrate inverse kinematics related algorithms discussed else where on the site. For more information of the implemented algorithms, see the following articles.
|
|
Last Updated ( Tuesday, 11 August 2009 21:56 )
|
|
Read more...
|
|
|
|
|
<< Start < Prev 1 2 3 4 5 6 Next > End >>
|
|
Page 3 of 6 |