Added noise extension and test files

This commit is contained in:
Christophe Riccio
2011-04-21 12:27:05 +01:00
parent 9b2634b19e
commit a805b42f8b
6 changed files with 118 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
glmCreateTestGTC(gtx-bit)
glmCreateTestGTC(gtx-noise)
glmCreateTestGTC(gtx-simd-vec4)
glmCreateTestGTC(gtx-simd-mat4)

17
test/gtx/gtx-noise.cpp Normal file
View File

@@ -0,0 +1,17 @@
///////////////////////////////////////////////////////////////////////////////////////////////////
// OpenGL Mathematics Copyright (c) 2005 - 2011 G-Truc Creation (www.g-truc.net)
///////////////////////////////////////////////////////////////////////////////////////////////////
// Created : 2011-04-21
// Updated : 2011-04-21
// Licence : This source is under MIT licence
// File : test/gtx/noise.cpp
///////////////////////////////////////////////////////////////////////////////////////////////////
#include <glm/glm.hpp>
#include <glm/gtx/noise.hpp>
#include <iostream>
int main()
{
}