From d0e18bdb7924c71cdca8dd983711171d87ef28be Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Mon, 17 Jan 2022 23:12:32 -0500 Subject: glplanet, an OpenGL-based planetary renderer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit glplanet draws Earth like it currently appears from space, putting nighttime areas in shadow and daytime areas in light. It’s modeled after Xplanet (http://xplanet.sourceforge.net/), but whereas Xplanet is entirely a CPU-resident program, glplanet draws using OpenGL. It’s thus much less resource-intensive, particularly when using high-resolution textures. --- tex/clouds.webp | Bin 0 -> 498578 bytes tex/earth.webp | Bin 0 -> 4091646 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tex/clouds.webp create mode 100644 tex/earth.webp (limited to 'tex') diff --git a/tex/clouds.webp b/tex/clouds.webp new file mode 100644 index 0000000..e316727 Binary files /dev/null and b/tex/clouds.webp differ diff --git a/tex/earth.webp b/tex/earth.webp new file mode 100644 index 0000000..7e9ad1d Binary files /dev/null and b/tex/earth.webp differ -- cgit v1.2.3