~mir-team/mir/in-process-egl+input-conglomeration

« back to all changes in this revision

Viewing changes to 3rd_party/glm/glm/gtx/noise.inl

Merged trunk and fixed issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
///////////////////////////////////////////////////////////////////////////////////////////////////
2
 
// OpenGL Mathematics Copyright (c) 2005 - 2012 G-Truc Creation (www.g-truc.net)
3
 
///////////////////////////////////////////////////////////////////////////////////////////////////
4
 
// Based on the work of Stefan Gustavson and Ashima Arts on "webgl-noise": 
5
 
// https://github.com/ashima/webgl-noise 
6
 
// Following Stefan Gustavson's paper "Simplex noise demystified": 
7
 
// http://www.itn.liu.se/~stegu/simplexnoise/simplexnoise.pdf
8
 
///////////////////////////////////////////////////////////////////////////////////////////////////
9
 
// Created : 2011-04-21
10
 
// Updated : 2011-04-21
11
 
// Licence : This source is under MIT License
12
 
// File    : glm/gtx/noise.inl
13
 
///////////////////////////////////////////////////////////////////////////////////////////////////
14
 
// Dependency:
15
 
// - GLM core
16
 
///////////////////////////////////////////////////////////////////////////////////////////////////
17
 
 
18
 
namespace glm{
19
 
 
20
 
}//namespace glm