Бранимир Караџић 6 лет назад
Родитель
Сommit
a91fbfcb69
2 измененных файлов с 3 добавлено и 3 удалено
  1. BIN
      examples/41-tess/screenshot.png
  2. 3 3
      examples/41-tess/tess.cpp

BIN
examples/41-tess/screenshot.png


+ 3 - 3
examples/41-tess/tess.cpp

@@ -5,10 +5,10 @@
 
  /*
   * Reference(s):
+  *
   * - Adaptive GPU Tessellation with Compute Shaders by Jad Khoury, Jonathan Dupuy, and Christophe Riccio
-  *  http://onrendering.com/data/papers/isubd/isubd.pdf
-  * - Based on Demo
-  *  https://github.com/jdupuy/opengl-framework/tree/master/demo-isubd-terrain#implicit-subdivision-on-the-gpu
+  *   http://onrendering.com/data/papers/isubd/isubd.pdf
+  *   https://github.com/jdupuy/opengl-framework/tree/master/demo-isubd-terrain#implicit-subdivision-on-the-gpu
   */
 
 #include <bx/allocator.h>