Celestia icon indicating copy to clipboard operation
Celestia copied to clipboard

Real-time 3D visualization of space.

Results 172 Celestia issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Galaxies are too dim comparing to 1.6. Perhaps brightness it's clamped too early.

bug
renderer

Update tour destinations file.

**Describe the bug** ``` void displayPlanetInfo(Overlay& overlay, int detail, Body& body, double t, const Eigen::Vector3d& viewVec, const HudSettings& hudSettings) { double distanceKm = viewVec.norm(); double distance = distanceKm - body.getRadius();...

**Describe the bug** using SPICE orbits asteroids and comets 3d meshes are NOT displaying the orbit for Asteroids are showing but the orbits for comets are NOT Now in "celestia...

bug
need more info
unreproducible
awaiting response

**Describe the bug** We want an object, e.g. a lander, on the surface of some planet, so we add `LongLat [X Y Z]` into its definition, where Z is 0...

bug

Mesa lacks `EXT_sRGB` so only desktop version is affected for now. To test the following change must be made to celestia.cfg: ``` Configuration { ProjectionMode "perspective" ViewportEffect "passthrough" } ```

Some notes from investigating how to do this... Parameterize with $q$ instead of $a$ (probably this is why the `EllipticalOrbit` class stores `pericenterDistance` instead of `semimajorAxis`, which currently leads to...

enhancement
core

Currently editing the Celestia content and configuration requires either installing Celestia to a user-editable directory or editing protected areas of the file system, which should be discouraged. My proposal here...

Artifacts when a model self-intersects more than twice. Probable was also seen on Phobos by NGTS addict / thelostprobe [here](https://discord.com/channels/558624707147071489/691413425494032474/1142707055560511498). ![Screenshot_20230821_172014](https://github.com/CelestiaProject/Celestia/assets/44873271/21e9ee63-aac4-4e8d-b408-5e581ff78e76) - OS: Linux, openSUSE Tumbleweed - Frontend: Qt5, Wayland...

bug