The Actionscript Code to the Augmented Reality 101 Sample File. I added comments and seperated the code wherever i could.
Augmented Reality Test, History, Info and the amazing FLARToolkit.
All CGI images are made of fundamental building blocks called pixels. a pixel is the smallest breakdown of an image, and can only be made of one one color. When an image is rendered, the renderer needs to assign a single color to each pixel of the overall image depending on what object that pixel represents. This standard process brings up some problem as to what we call aliasing. where thin lines or diagonal lines are present in an image. To overcome this entire thing, we use a process called Anti-Aliasing. Here each pixel is multi-sampled i.e each pixel is broken down into multiples smaller parts which equals to more color information and then all the samples are averaged out using a Anti-alias filter, so as to obtain the final one color per pixel value.
I recently discovered this not so new software called geoControl which has just come out with version 2.. and has added a bunch of new features. I have seen everything in the software yet. especially the new isolines features, but for the general aspect of terrain generation was quite strong,
Below …
I finally managed to get my hands on a trial version of mudbox today morning, and decided to do some stuff so that i could see whats new, or wheater it was worth the hype. Well for the first thing, it doesnt look very different from the last version other …
For those who dont know what HLSL (High Level Shader Language) is its a propreoraty shading language made by Micrsoft for use with Direct3D API.
Autodesk FBX (FilmBox) format is currently the standard format for game assests, including most games now developed for the XBOX 360.
Note : Since i originally come from …



























