This is G o o g l e's cache of http://www.flashsandy.org/forum/index.php?showtopic=340 as retrieved on 10 Aug 2007 05:31:49 GMT.
G o o g l e's cache is the snapshot that we took of the page as we crawled the web.
The page may have changed since that time. Click here for the current page without highlighting.
This cached page may reference images which are no longer available. Click here for the cached text only.
To link to or bookmark this page, use the following url: http://www.google.com/search?q=cache:J2lHTmDtMn4J:www.flashsandy.org/forum/index.php%3Fshowtopic%3D340+site:www.flashsandy.org/forum&hl=en&ct=clnk&cd=76


Google is neither affiliated with the authors of this page nor responsible for its content.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Want a Vertical Plane?
Jeffrey Blyseth
post Feb 23 2007, 03:49 AM
Post #1


Advanced Member
***

Group: Members
Posts: 55
Joined: 20-January 07
Member No.: 711



It seems like a few people have been wanting a vertical plane by default instead of a flat plane (parallel to Y axis instead of Z). Here's all you need, copy the Plane3D class, name it what you want (don't forget to change the class name in the file) and then change these lines:

p = new Vertex(j,0,i); id1 = aPoints.push (p) - 1;
p = new Vertex(j+pasL,0,i); id2 = aPoints.push (p) - 1;
p = new Vertex(j+pasL,0,i+pasH); id3 = aPoints.push (p) - 1;
p = new Vertex(j,0,i+pasH); id4 = aPoints.push (p) - 1;

To this:

p = new Vertex(j,i,0); id1 = aPoints.push (p) - 1;
p = new Vertex(j+pasL,i,0); id2 = aPoints.push (p) - 1;
p = new Vertex(j+pasL,i+pasH,0); id3 = aPoints.push (p) - 1;
p = new Vertex(j,i+pasH,0); id4 = aPoints.push (p) - 1;

(IMG:style_emoticons/default/smile.gif)

This post has been edited by Jeffrey Blyseth: Feb 23 2007, 03:49 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
kiroukou
post Feb 23 2007, 07:10 AM
Post #2


Administrator
***

Group: Root Admin
Posts: 910
Joined: 12-June 06
Member No.: 1



hehe thanks !
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

- Lo-Fi Version Time is now: 10th August 2007 - 05:10 AM
phpMyVisites