Skip to content
Forum Archive

DM help

7 posts

fastingaciu#

DM help

There are many things in Avs that I still don't understand and this is one of them. I would like a better explanation about how to create a shape in a 3d DM.

The best explanation I could find was in PAK-9's tutorial but I didn't quite get it. The only plane I know is:

t=-oz/z1;
x=x3*t-ox;
y=y1*t-oy;.

This is PAK-9's explanation about planes other then the one above:
So how do you create other shapes? Well you need to sit down with a pencil and paper, get the mathematical equation for the shape you want to ray trace and solve it to find your ray trace parameter (t). I realize this isn’t much help, but you will need to look elsewhere for a more comprehensive ray tracing guide.
What's a ray trace?
What's a ray trace parameter?
Any help would be appreciated.
eheiney#
I can't say for sure, but perhaps the reason that Pak's explanation is so vague is because he doesn't need to sit down and think about how to ray trace, it just comes naturally with practice.

I haven't the slightest idea of how to ray trace either. In fact, I don't even fully understand what it means. If you want to learn, I'm sure the answers are out there somewhere. 🙂
Grandchild#
As [almost] always,
http://en.wikipedia.org [/wiki/Raytracing]
should help. [this is the very base of internet research, if you haven't read this article yet: "hrmm"]

I don't know in which math grade you are by now, it might be a little too advanced for you [it is often for me] check out:
Comprehensive encyclopedia of mathematics with 13,000 detailed entries. Continually updated, extensively illustrated, and with interactive examples.
Grandchild#
Originally posted by fastingaciu
They don't have anything on Raytracing on math world one.
/slaps forehead
aw sorry, forgot that. I looked for some info on raytracing there for myself some time ago and was disappointed.
but it's a site to remember for later anyway...
fastingaciu#edited
That's ture, never knew about it. I looked on the http://en.wikipedia.org one and that explination is way over my head.

Isn't there an avs explination on how to creat a shape in a 3d DM?

*Edit:
My prayers have been answerd. Thank you jheriko