The next step...

The place to discuss creating, porting and modifying Celestia's source code.
Unfound
Posts: 16
Joined: 22.07.2005
With us: 19 years 1 month
Location: Ohhh...somewhere around here, I'd say.

Post #41by Unfound » 18.12.2005, 00:08

Where will the announcment that version 1.0.4 has been released be posted?
Just passin' through.

ajtribick
Developer
Posts: 1855
Joined: 11.08.2003
With us: 21 years 1 month

Post #42by ajtribick » 18.12.2005, 01:43

More on the catalog handling side of things: it would be nice to be able to select which catalogue is used as the primary catalogue in the star browser, in previous versions it used HD and then fell back to HIP, now if a star doesn't have a name it uses HIP by default. Personally I prefer HD numbers (if only because the extrasolar planet lists typically use HD).

Also some more catalogues would be nice e.g. Gliese (there is a reference to this in celestia.cfg).

suwalski
Developer
Posts: 62
Joined: 03.12.2003
With us: 20 years 9 months
Contact:

Post #43by suwalski » 18.12.2005, 05:40

dirkpitt wrote:This is unfortunately true even for recent OS X systems running Tiger 10.4.3. The GL 2.0 render path is now selectable in many cases, but the rendering may be incorrect. I've already filed a bug report with Apple.


Apple is totally ATI, right? I'm wondering what it looks like for your end of the ATI spectrum. For me, on a Radeon 9800, Earth looks something like this with the OpenGL 2.0 renderpath:

http://pat.suwalski.net/celestia/misc/o ... clouds.jpg

Is that what you get?

Avatar
dirkpitt
Developer
Posts: 674
Joined: 24.10.2004
With us: 19 years 10 months

Post #44by dirkpitt » 18.12.2005, 06:12

suwalski wrote:
dirkpitt wrote:This is unfortunately true even for recent OS X systems running Tiger 10.4.3. The GL 2.0 render path is now selectable in many cases, but the rendering may be incorrect. I've already filed a bug report with Apple.

Apple is totally ATI, right? I'm wondering what it looks like for your end of the ATI spectrum. For me, on a Radeon 9800, Earth looks something like this with the OpenGL 2.0 renderpath:

http://pat.suwalski.net/celestia/misc/o ... clouds.jpg

Is that what you get?


I would be happy if I got even that. julesstoop posted screenshots previously that illustrate how much worse it is on OS X: http://www.shatters.net/forum/viewtopic.php?p=63554#63554 Planets that do normal mapping are typically rendered in a butterfly-like pattern, with the planet alternately rendered light and dark in 1/4 portions.

suwalski
Developer
Posts: 62
Joined: 03.12.2003
With us: 20 years 9 months
Contact:

Post #45by suwalski » 18.12.2005, 06:28

dirkpitt wrote:I would be happy if I got even that. julesstoop posted screenshots previously that illustrate how much worse it is on OS X: http://www.shatters.net/forum/viewtopic.php?p=63554#63554 Planets that do normal mapping are typically rendered in a butterfly-like pattern, with the planet alternately rendered light and dark in 1/4 portions.


Interesting!

I've had my fair share of OGL2 errors, mostly because of GLSL floating point numbers that were incompatible with ATI's stuff:

http://pat.suwalski.net/celestia/misc/ogl2-clouds.jpg
http://pat.suwalski.net/celestia/misc/olg2-noclouds.jpg
http://pat.suwalski.net/celestia/misc/w ... n-ogl2.jpg

That last one's really cool! But these have all been resolved now. The driver from around 2 months ago did what I linked to in my last post. The current one just *crashes*, but only when viewing Earth.

I'm currently working on this, and I've found that it has to do with specularity. The bright oceans in the last post are the colour of the specular highlight. Changing it to red confirms this. It seems to not like the intensity or something; the old version ignored this "bogus" value while the new one crashes on it. The temporary workaround is to disable Earth's specularity in the data file.

If I manage to find the problem, I'll definitely want my fix in 1.4.0. It's about time I did some work on the celengine.

Avatar
dirkpitt
Developer
Posts: 674
Joined: 24.10.2004
With us: 19 years 10 months

Post #46by dirkpitt » 18.12.2005, 13:25

suwalski wrote:http://pat.suwalski.net/celestia/misc/ogl2-clouds.jpg
http://pat.suwalski.net/celestia/misc/olg2-noclouds.jpg
http://pat.suwalski.net/celestia/misc/w ... n-ogl2.jpg

That last one's really cool! But these have all been resolved now. The driver from around 2 months ago did what I linked to in my last post. The current one just *crashes*, but only when viewing Earth.


At least drivers are getting fixed on Windows. On OS X, driver development moves at a snail's pace. GLSL is still undocumented after almost 2 months following its release on OS X, save for a few mentions on the Apple mailing list about how Apple followed the specs to the letter, implying that there couldn't possibly be any problems with their implementation. This is wishful thinking of course, because there are bound to be incompatibilities with different hardware and workarounds needed. But I should really stop ranting.

suwalski
Developer
Posts: 62
Joined: 03.12.2003
With us: 20 years 9 months
Contact:

Post #47by suwalski » 18.12.2005, 18:42

dirkpitt wrote:At least drivers are getting fixed on Windows.


Funny story, actually. The first two are from Linux, and the good guys at ATI release new drivers about twice per month. The Linux driver is actually generally ahead of the Windows driver, which is the cause of the third screenshot in Windows. :)

I always thought that ATI provided Apple with a binary for the driver, and that Apple just built on top of that. Is that not the case?

Avatar
dirkpitt
Developer
Posts: 674
Joined: 24.10.2004
With us: 19 years 10 months

Post #48by dirkpitt » 18.12.2005, 21:01

suwalski wrote:
dirkpitt wrote:At least drivers are getting fixed on Windows.

Funny story, actually. The first two are from Linux, and the good guys at ATI release new drivers about twice per month. The Linux driver is actually generally ahead of the Windows driver, which is the cause of the third screenshot in Windows. :)

I always thought that ATI provided Apple with a binary for the driver, and that Apple just built on top of that. Is that not the case?


That's sort of true. Apple back-contributes a lot of Apple-specific OpenGL code to ATI (and NVIDIA? probably) and it's my understanding that the chaps at ATI and NVIDIA have to incorporate or otherwise reference it when making their drivers. Whatever the Apple stuff is, it's a major bottleneck in the video driver development and release process so ATI+NVIDIA couldn't release driver updates twice a month even if they can for Linux. Usually, driver updates are included only with OS updates but very rarely, there have been known to be standalone driver updates.

buggs_moran
Posts: 835
Joined: 27.09.2004
With us: 19 years 11 months
Location: Massachusetts, USA

Post #49by buggs_moran » 20.12.2005, 13:23

Well, I might've missed the boat on all of this feature request talk. Better late than never.

My three big ones are
1) cyclical parametric equation movement (i.e. follow a path over and over)
2) cyclical texture change (i.e. seasonal change, variable stars)
3) beginning and ending dates in stc files (or even better cyclic dates, again :wink: )
Homebrew:
WinXP Pro SP2
Asus A7N8X-E Deluxe
AMD Athlon XP 3000/333 2.16 GHz
1 GB Crucial RAM
80 GB WD SATA drive
ATI AIW 9600XT 128M

Avatar
Chuft-Captain
Posts: 1779
Joined: 18.12.2005
With us: 18 years 9 months

Problems related to transparent model bugs????

Post #50by Chuft-Captain » 22.12.2005, 18:21

Cham wrote:The depth sorting bugs occuring with models having transparent parts MUST be corrected! In my opinion, this should be a priority.

There are TONS of special effects (on black holes, pulsars, nebulae, spacecrafts...) which cannot be done just because of this bug.


Also, visible orbits with all binaries (double star systems) should be implemented.


Hi, I'm not sure if this is the best place to ask this question, but I noticed all this discussion about problems with models having transparent parts. I'm working on just such a model at the moment and noticed some strange things happening with positioning of one of the objects. Probably not related, to the problem you're discussing but I'd appreciate any comments you may have.

A brief description and some more pics of the model are posted here:
http://celestiaproject.net/forum/viewtopic.php ... de069b3ef9

The problem is as follows:

To give a sense of scale, I have positioned Discovery close to my model as follows:
Image

If I then change to another viewpoint on the inside of the habitat looking down from the hub (using a bookmark), I noticed that Discovery is now INSIDE the habitat.
Image
The only transparent parts of the model are the windows (blue areas) and a textured cylindrical structure which you can barely see which is a bit of a kludge to depict floating clouds.

If I go closer to Discovery, I "discover" that it appears to be located at the rotation axis of the model.
Image

Anyone know what's going on here? Is this related to the transparency bugs, or is it something else altogether?
"Is a planetary surface the right place for an expanding technological civilization?"
-- Gerard K. O'Neill (1969)

CATALOG SYNTAX HIGHLIGHTING TOOLS LAGRANGE POINTS

forceflow1049
Posts: 2
Joined: 31.12.2005
With us: 18 years 8 months

Post #51by forceflow1049 » 31.12.2005, 23:52

Probably not the best place for that question. It does look to be transparency related however. Not much i know of that you can do about.

Tesserex
Posts: 2
Joined: 03.01.2006
With us: 18 years 8 months

Post #52by Tesserex » 03.01.2006, 19:07

Yeah hi I'm new.

Most of what I wanted was covered (precession, barycenter orbits), but there is one thing that kinda bothers me. It's that nothing about orbits is actually calculated by Kepler's laws (they don't seem to be). You should still be able to create totally unrealistic orbits if you want, but I feel like you should be limited to a certain number of parameters and then the rest are calculated so the orbit works, eg. you can only input a two out of the three semimajor axis, eccentricity, and period, and the third is calculated.

Also, when whoever it was said precession, were they talking about orbits, Earth's rotation, or both?

Avatar
t00fri
Developer
Posts: 8772
Joined: 29.03.2002
Age: 22
With us: 22 years 5 months
Location: Hamburg, Germany

Post #53by t00fri » 03.01.2006, 19:33

Tesserex wrote:Yeah hi I'm new.

...thing that kinda bothers me. It's that nothing about orbits is actually calculated by Kepler's laws (they don't seem to be).
..


I am not sure from reading your post whether you are lacking understanding or whether you expressed yourself unclearly.
In short: I don't understand what you are trying to say...

Your post sounds as if you knew how we calculate orbits. Right? And that this bothers you? Do you really know how we do it?

Do you know what the VSOP87 theory is? Keplerian orbits are FAR too inaccurate in most cases, hence VSOP87 is used as much as possible. Let me know whether you have some physics background. If yes, I can change gears and explain things more precisely ;-)

Bye Fridger


Return to “Development”