瀏覽代碼

PointsMaterial: node opacity

sunag 4 年之前
父節點
當前提交
338842f652
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      examples/jsm/renderers/webgpu/WebGPURenderPipelines.js

+ 4 - 0
examples/jsm/renderers/webgpu/WebGPURenderPipelines.js

@@ -887,6 +887,10 @@ const ShaderLib = {
 				outColor.rgb = NODE_COLOR;
 			#endif
 
+			#ifdef NODE_OPACITY
+				outColor.a *= NODE_OPACITY;
+			#endif
+
 		}`
 	},
 	line_basic: {