This is 3D convertor class that you can use it in your projects to convert your environment 3D
Imagine you have a photo gallery in flash, you can use this class to make your own gallery 3D
Now you can convert anythink 3D as simple as ABC, really simple!! you don’t believe it!!
I have an offer: DO NOT WASTE YOUR TIME AND SPEND LOTS OF MONEY TO MAKE YOUR SITES 3D, NOW WITH THE HELP OF THIS CLASS YOU CAN MAKE 3D EVERYTHING THAT YOU WANT YOURSELF
You heard it right.
JUST CHECK IT OUT HERE
Just have it in mind that this class uses papervision3D and you need papervision3D class files to make the class work perfectly.
some inputs
new Plane3D(400, 200); // when you intialize the class you can pass 2 inputs as an argue: new Plane3D(planeWidth is width of the area that you want your DisplayObjects to appear, planeHeight);
planeWidth: width of the area that you want your DisplayObjects to appear
planeHeight: height of the area that you want your DisplayObjects to appear
step: planes that you add will be placed in front of each other, this property specifies the space between the planes
easeOut: ease of the camera movement
speed: hieghr value leads to more rotation with less mouse movement
addPlane(“ID1″, 0, _material); // call this function as many time as you want to place the planes in front of each other according to “step” amount, argues: addPlane(“give each plane an ID”, specify the plane space from the last plane, planes material that must be DisplayObject);
removePlane(“ID1″); // you can remove a specified plane by giving its ID
Regards,
Ali
