OZONE Asylum
Forums
OZONE
Curve algorithms
This page's ID:
30357
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
// define the ceilings ceilingX = this ceilingY = that // normalize to (0.0,0.0)-(1.0,1.0) space workX = inputX / ceilingX workY = inputY / ceilingY // define a power pow = 2.0 // one or the other... not sure which one you want workX = workY^pow workY = workX^pow outputX = workX * ceilingX outputY = workY * ceilingY That's the basic power/gamma function. Should get you your acceleration curve, but you may need to mirror it or something. The decceleration should be nearly identical, but with some offset or something on the output. That's about all I got right now. I got a touch of the brain fry. [small](Edited by [url=http://www.ozoneasylum.com/user/351]warjournal[/url] on 06-23-2008 08:13)[/small]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »