瀏覽代碼

sequence list

sunag 7 年之前
父節點
當前提交
e3ac6df13b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/webgl_materials_nodes.html

+ 1 - 1
examples/webgl_materials_nodes.html

@@ -240,8 +240,8 @@
 			gui = new dat.GUI();
 
 			var example = gui.add( param, 'example', {
-				'basic / standard': 'standard',
 				'basic / mesh-standard': 'mesh-standard',
+				'basic / standard': 'standard',
 				'basic / physical': 'physical',
 				'basic / phong': 'phong',
 				'basic / layers': 'layers',