소스 검색

Update webgl_materials_nodes.html

Michael Herzog 3 년 전
부모
커밋
557fd10bc5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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);",