Mercurial
Mercurial
>
pyrit
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
include/noise.h
author
Radek Brich <radek.brich@devl.cz>
Fri, 07 Dec 2007 14:59:14 +0100
branch
pyrit
changeset 26
9073320e9f4c
parent 22
76b7bd51d64a
child 34
28f6e8b9d5d1
permissions
-rw-r--r--
new demo: bunny.py
#ifndef NOISE_H
#define NOISE_H
#include "common.h"
Float perlin(Float x, Float y, Float z);
#endif