Explorar o código

Update webgl_materials_nodes.html

Michael Herzog %!s(int64=3) %!d(string=hai) anos
pai
achega
557fd10bc5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      examples/webgl_materials_nodes.html

+ 1 - 0
examples/webgl_materials_nodes.html

@@ -1874,6 +1874,7 @@
 							"}"
 						].join( "\n" ) );
 
+						// Based off of iq's described here: https://www.iquilezles.org/www/articles/voronoilines/voronoilines.htm
 						var voronoi = new Nodes.FunctionNode( [
 							"float voronoi(vec2 p, in float time) {",
 							"	vec2 n = floor(p);",