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. --- res/earth.webp | 1 + 1 file changed, 1 insertion(+) create mode 120000 res/earth.webp (limited to 'res/earth.webp') diff --git a/res/earth.webp b/res/earth.webp new file mode 120000 index 0000000..75154fd --- /dev/null +++ b/res/earth.webp @@ -0,0 +1 @@ +../tex/earth.webp \ No newline at end of file -- cgit v1.2.3