What are the units of measure used in ASP?

Wondering how to accomplish a certain animation task? Ask here.

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
User avatar
b15fliptop
Posts: 167
Joined: Thu Mar 10, 2005 6:11 pm
Location: Parts Unknown

What are the units of measure used in ASP?

Post by b15fliptop »

I guess this would be for Mike or Steve, but if anyone knows I'd appreciate the help. How do the numbers in ASP (e.g. X and Y values, dimensions, etc.) correspond with the real world? They aren't pixels, I don't think. I ask because I'm trying to figure out a way to align the edges of image layers numerically. I know the dimensions of an image when I bring it in, but I'm looking for a way to translate that into something meaningful in the program.

Thanks in advance!
User avatar
b15fliptop
Posts: 167
Joined: Thu Mar 10, 2005 6:11 pm
Location: Parts Unknown

Post by b15fliptop »

Did I not pose this question comprehensibly, or is everyone in the dark on this?
Genete
Posts: 3483
Joined: Tue Oct 17, 2006 3:27 pm
Location: España / Spain

Post by Genete »

They are just that, units.
The units of the programs are always the same, regardless the resolution you use. So the units are based on the vertical dimension to make them go from -1 to +1 when you go from the bottom of the render square to the top of it.

If you do a deep search in the forum you'll find me doing the same question and LM repliying more or less that.
-G
Last edited by Genete on Thu Jun 11, 2009 7:51 am, edited 1 time in total.
User avatar
b15fliptop
Posts: 167
Joined: Thu Mar 10, 2005 6:11 pm
Location: Parts Unknown

Post by b15fliptop »

Ahh, thanks Genete! Not the answer I was hoping to get, but it is the correct answer, apparently. I guess I will go on building rooms by zooming in close enough to see if the walls intersect properly!

Thanks again!
Genete
Posts: 3483
Joined: Tue Oct 17, 2006 3:27 pm
Location: España / Spain

Post by Genete »

You're welcome b15fliptop, it took me a while to figure it out even with LM answer.
-G
PS: I've corrected the previous post "from bottom... to top" ;)
Post Reply