TSL: Fix label() usage in uniform()#1023
Conversation
Not sustainable
|
@Methuselah96 What is the intention of the commit 4819e9c ? I'm using methods on nodes of NodeMaterials ( |
import WebGPU / NodeMaterial stuff from `three/webgpu` See: mrdoob/three.js#28650 Three.js r167 is not released yet! I tested the behavior by using `yarn link` on `three` and `@types/three` importmaps for Three.js in webgpu examples are temporarily replaced to node_modules, please change them back before merging Some codes inside MToonNodeMaterial emit type errors because of recent @types/three changes I'm asking Methuselar96 why the change is made See: three-types/three-ts-types#1023 (comment)
|
@0b5vr The issue is that currently Typescript does not allow a |
Thank you for the explanation. hm... |
|
thank you! |
mrdoob/three.js#28548