Skip to content
Forum Archive

Planes?

10 posts

unripeLemon#

Planes?

I want to make 3D planes. Can someone explane it to me using comparisons (i find it easier that way).
Raz#
Here's the simplest of 2 plane dms ever, alpha blended as well.
x1=x+1;
z1=y-x;
y1=y+x;
x=sign(z1)*y1/z1;
y=x1/z1-sign(z1);
alpha=sqr(z1);

Oooooh the immense difficulty.
13373571#
I want to make 3D planes. Can someone explane it to me using comparisons
A 3D plane is like a giant orange hippo wearing a tutu.
There's no such thing.
13373571#
...

In a way, god is the biggest orange hippo of all...

and when god walks with tutu, he is "wearing" tutu out...

Sorry, but that's the best I could do.

"We, without God, cannot; God without us, will not," Tutu said, quoting St. Augustine of Hippo.
unripeLemon#
Right, thanx Raz. But i want to learn more complicated planes, like tunnles for instance (it might not be a plane but it has something to do with it)🙂