Not logged inOpenClonk Forum
Up Topic Development / Developer's Corner / Landscape zooming
- - By Carli [de] Date 2009-04-15 13:55 Edited 2009-05-04 08:37
(here now my bad english:)

i coded some thing to zoom landscape: it's a glsl shader whitch computes a detail texture and a landscape lookup table to a zoomed landscape.


How to try:
- download the graphics engine for opengl window (http://gwxf.forumieren.com/offizielle-downloads-f11/umzug-auf-https-opensvncsieorg-gwxsource-t182.htm)
- unpack this file to "packs\": http://www.file-upload.net/download-1589829/Techdemo.zip.html
- start scenario "Techdemo"

[überlesen]
Origninaltext:
ich hab heut früh mal ein bissel was rumgebastelt, was das hochrechenen von Landschaft angeht. Dabei handelt es sich um einen GLSL-Shader, der aus der Landschaftsdetail-Textur und der Landschaftstabelle dank des Mag-Filters der Grafikkarte schöne "runde Ecken" erzeugt, die ein bisschen an marching squares erinnern.

Hier noch der Download:
Steuerung: q/w ist Zoomen. Das Pack benötigt die gwX-Engine zur Darstellung des Inhalts.
Anleitung zum ausprobieren:
- gwx runterladen (http://gwxf.forumieren.com/offizielle-downloads-f11/umzug-auf-https-opensvncsieorg-gwxsource-t182.htm)
- Das Pack hier nach "packs\" entpacken: http://www.file-upload.net/download-1589829/Techdemo.zip.html
- Szenario "Techdemo" starten
[/überlesen]
Parent - By Carli [de] Date 2009-04-17 13:54 Edited 2009-05-04 08:38
new version allows weighted landscape pixels that means when you have an 8*8 pixel, it's interpolated softly, that enables rounder edges and antialiased explosions in high resolution without needing more memory. It zooms landscape up to 16*16 without seeing any difference. The only disadvantage is that you can't make 1*1-pixel holes (The advantage is that you don't stuck in that stuff)

download newer version: http://www.file-upload.net/download-1589829/Techdemo.zip.html
Parent - By Carli [de] Date 2009-05-16 15:19
I made a small Example how to link landscape textures.

I hereby license the following file(s) under the CC-by license
Attachment: Beispiel_Landscape.zip (2025k)
Up Topic Development / Developer's Corner / Landscape zooming

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill