A collection of tricks, thoughts, ideas and solutions from a graphics programmer. This blog contains my experiences, tips and tricks, everyday problems and their solutions. This blog serves not only as my reference but also for the whole world at large.
Subscribe to:
Post Comments (Atom)
Popular Posts
-
In this tutorial, I will show you how to create a simple box at a specific position and let it bounce under influence of gravity. We will...
-
Recently, for one of my projects, I had to learn about skeletal animation and GPU skinning. As always, I first went to google which gave me...
-
There has been a major revamp of the PhysX API from version 3. I will try to convert all of the existing tutorials into PhysX3 so here I go ...
-
I went to see the power of the NVIDIA PhysX sdk. So I downloaded the sdk from the PhysX developer site. While the sdk contains a lot of de...
-
In this tutorial, I will show you how to create a simple box at a specific position and let it bounce under influence of gravity. We will be...
Copyright (C) 2011 - Movania Muhammad Mobeen. Awesome Inc. theme. Powered by Blogger.
2 comments:
This image is much more beautiful than your previous result. How did you make it?
Hi seckcoder,
Well, I have extended half angle slicing considerably. This result is half angle slicing blended with gradient modulated iso-surface for efficient visualization of bones. The original algorithm only takes care of slicing without regard to iso-surface rendering. I augment that with iso-surface detection on the fly during the integration pass which gives this result.
Post a Comment