Sat, Jan 4, 4:09 PM CST

Renderosity Forums / Carrara



Welcome to the Carrara Forum

Forum Coordinators: Kalypso

Carrara F.A.Q (Last Updated: 2024 Dec 29 10:47 pm)

 

Visit the Carrara Gallery here.

Carrara Free Stuff here.

 
Visit the Renderosity MarketPlace - Your source for digital art content!
 

 



Subject: Formula object paraboloid


Michael_C ( ) posted Tue, 06 February 2007 at 7:14 AM · edited Sun, 28 July 2024 at 1:38 PM

I want to model a formula object as a paraboloid.  I've fiddled with the formulas some but don't see how to get to the paraboloid.  Can someone help.  Thanks.

My Store - My Gallery - My Freebies - My Web Site


nruddock ( ) posted Tue, 06 February 2007 at 4:50 PM

The classic formula for an Elliptic paraboloid is :-
x2   y2
-- + -- = 2z
a2   b2

This translates to :-
a=2.0;
b=2.0;
t=30*(u-0.5);
s=30*(v-0.5);
x=t;
y=s;
z=(((tt) / (a * a)) + ((ss) / (b * b))) / 2.0;

If you want a Hyperbolic paraboloid substitute :-
z=(((tt) / (a * a)) - ((ss) / (b * b))) / 2.0;


Michael_C ( ) posted Tue, 06 February 2007 at 5:04 PM

Thanks.  That's exactly what I was looking for.

Can you point someplace I can learn about making that u,v translation?

My Store - My Gallery - My Freebies - My Web Site


nruddock ( ) posted Tue, 06 February 2007 at 6:37 PM

See if any of these make sense (Google for "Parametric Surface" for others) :-
http://www.math.duke.edu/education/ccp/materials/mvcalc/parasurfs/para1.html
http://en.wikipedia.org/wiki/Parametric_surface
http://cs.jsu.edu/mcis/faculty/leathrum/Mathlets/parasurf.html

It was straight forward in this case as x and y are just scaled version of u and v, for other non-parametric surface definitions, things will be trickier.


Michael_C ( ) posted Wed, 07 February 2007 at 7:22 AM

Thanks.  This good stuff.  I expect to be working with some surfaces in the near future and these will be good resources for trying to depict them.

My Store - My Gallery - My Freebies - My Web Site


bwtr ( ) posted Wed, 07 February 2007 at 4:25 PM

http://gianp.free.fr/carrara/indexcarrara.html

This is the HUGE list of Carrara formulae.

bwtr


Privacy Notice

This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.