rulururu

post Terrains using Agiea PhysX in Director 11

April 24th, 2008

Filed under: Director Tips/Tricks — admin @ 1:25 am

A terrain is similar to a bumpy plane that is infinite in two dimensions and defines an elevation along the third. First we create a matrix containing all the possible values of the coordinates of the mesh. The coordinates have x, y, z values.Then we build a mesh using the matrix values. Next we use createterrain () and createdesc () methods to create the terrain out of the mesh we have created.  Read More…

post Raycasting using PhysX in Director

April 21st, 2008

Filed under: Director Tips/Tricks — admin @ 12:42 am

RAYCASTING is the use of ray-surface intersection tests to solve a variety of problems in computer graphics. It solves the general problem of determining the first object intersected by a ray or all the objects coming in the direction of a ray. It is an image order algorithms used in computer graphics to render three dimensional scenes to two dimensional screens by following rays of light from the eye of the observer to a light source. The high speed of calculation made ray casting a handy method for the rendering in early real-time 3D video games. The idea behind ray casting is to shoot rays from the eye, one per pixel, and find the closest object blocking the path of that ray - think of an image as a screen-door, with each square in the screen being a pixel. This is then the object the eye normally sees through that pixel. Read more…

post What’s new at tips/tricks section?

April 19th, 2008

Filed under: Director Tips/Tricks — admin @ 10:10 am

Bitmap Filters with Director 11
Using Perlin Noise effect with Director 11
Antialiasing Text with Director 11
Physics in Director: Intro 1

Let me know what you think of this…

post Watch out for new Tips and Tricks Section at AdobeDirectorOnline

April 18th, 2008

Filed under: Director Tips/Tricks — admin @ 7:39 am

This Section features a frequent dose of Director Tips/Tricks which would help you to learn and develop richer content. For more details on this, visit http://www.adobedirectoronline.com/tips.php

ruldrurd
© Director Info Online , Desinged by Stealth Settings
Entries (RSS) and Comments (RSS)