core_func_noise.cpp 565 B

12345678910111213141516
  1. ///////////////////////////////////////////////////////////////////////////////////////////////////
  2. // OpenGL Mathematics Copyright (c) 2005 - 2014 G-Truc Creation (www.g-truc.net)
  3. ///////////////////////////////////////////////////////////////////////////////////////////////////
  4. // Created : 2011-01-15
  5. // Updated : 2011-09-13
  6. // Licence : This source is under MIT licence
  7. // File : test/core/func_noise.cpp
  8. ///////////////////////////////////////////////////////////////////////////////////////////////////
  9. int main()
  10. {
  11. int Failed = 0;
  12. return Failed;
  13. }