Coder Social home page Coder Social logo

peterzs / implicit-volumetric-terrains Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aparis69/implicit-volumetric-terrains

0.0 1.0 0.0 72 KB

Source code for the TOG paper: Terrain Amplification with Implicit 3D Features. Presented at Siggraph Asia 2019.

Home Page: https://aparis69.github.io/public_html/projects/paris2019_3D.html

License: MIT License

C++ 92.76% Lua 0.64% Makefile 6.59%

implicit-volumetric-terrains's Introduction

Terrain Amplification with Implicit 3D Features

Source code for some of the results shown in the paper "Terrain Amplification with Implicit 3D Features" published in ACM-TOG in 2019 and presented at Siggraph Asia 2019. This is aimed at researchers, students or profesionnals who may want to reproduce some of the results described in the paper. Click here for more information about the project.

Important notes

  • This code is not the one which produced the scenes seen in the paper. Everything has been recoded on my side to make sure it is free to use. Hence, the results as well as the timings may differ from the ones in the paper.
  • This is research code provided without any warranty. However, if you have any problem you can still send me an email or create an issue.

Testing

There is no dependency. Running the program will output 3 .obj files which can then be visualized in another application (Blender, MeshLab). Tests have been made on:

  • Visual Studio 2017: double click on the solution in ./VS2017/ and Ctrl + F5 to run
  • Visual Studio 2019: double click on the solution in ./VS2019/ and Ctrl + F5 to run
  • Ubuntu 16.04: cd ./G++/ && make && make run

Citation

You can use this code in any way you want, however please credit the original article:

@article{Paris2019T3D,
	author = {Paris, Axel and Galin, Eric and Peytavie, Adrien and Gu{\'e}rin, Eric and Gain, James},
	title = {Terrain Amplification with Implicit 3D Features},
	journal = {ACM Trans. Graph.},
	volume = {38},
	number = {5},
	year = {2019},
	pages = {147:1--147:15},
}

Missing

There are still some things missing from the paper implementation. They might be added in the future if someone is interested. What is not in the code:

  • Optimized Marching-cubes
  • Canyon erosion
  • Hoodoos shape-grammar growth process

implicit-volumetric-terrains's People

Contributors

aparis69 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.