I ended up using this formula for calculating the oblateness for the jovians
((-1.05E-15)* rotationPeriod * mass * POW(radius,-3) ) + 0.122
I found it works well for the fictional planets.
I also want to apply oblateness to stars, here is a star with a fairly extreme oblateness hard coded.
I'd like to make the formula a bit more scientific, so that this may perhaps become a new feature of celestia.
Changes to the code are pretty simple, and should only be a few lines if we have the right formula.
Given the parameters celestia has for each star does anyone have any suggestions on a formula? Or links where I can find out? (mh also has a crude mass table).