Giter VIP home page Giter VIP logo

i3d08.research's Introduction

I3D08 research code

GLSL of shaders, used to implement the technique described in paper: "Maxmimum Mipmaps for Fast, Accurate, and Scalable Dynamic Height Field Rendering", A. Tevs, I. Ihrke, H.-P. Seidel, I3D 2008.

Also attached a simple heightmap and a colormap for testing.

Project page: http://www.tevs.eu/project_i3d08.html

List of files:

min_mipmap_2D_fp.glsl - computes a max-mipmap structure needed for the algorithm. The input heightmap should have a size of (2^n+1)x(2^m+1). In this case it is 1025x1025

mmz_vertex - is the vertex shader, which just precomputes some neccessary values for the fragment shader

mmz_bipatch - is applied on the object in world space (NOTE: this shader is not for the tangent space). It is applie on a box (hence 6 planes). This shader computes the intersection with the box and initiate the algorithm

mmz_bipatch_opt_fp - is the algorithm itself incl. the intersection with the bilinear patches.

The rest are some helping and base functions.

i3d08.research's People

Contributors

cgart avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.