No such tree SHA1 was found
Repositories
picogen
Picogen is/will be a rendering system for the creation and rendering of artificial nature, primarily based on ray tracing. more…
While the primary purpose of picogen is to display realistic 3d terrain, both in terms of terrain formation and image plausability, it also is a heightmap-creation tool (the underlying basis is a turing complete programming language created just for picogen, but users will get a friendly point/click/drag/drop interface, so no programming skills are mandatory).
The shading system is partially programmable.
-
Cloning this repository:
git clone git://gitorious.org/picogen/picogen.git picogen cd picogen
Add this repository as a remote to an existing local repository:
git remote add picogen git://gitorious.org/picogen/picogen.git git fetch picogen git checkout -b my-local-tracking-branch picogen/master_or_other_branch

