sunag

Results 155 comments of sunag

> No, and apologies for the strong statement: this is a very, very important mistake. The GPU format of the canvas context cannot imply "dynamic range" in the image. The...

> It will require different tone mapping than we have today, and distinct output color spaces. A -Type property cannot provide that information. `outputType` shouldn't provide that information. We're separating...

> I would prefer to use .outputColorSpace, perhaps combined with another property. `.outputColorSpace` has an inconsistency in the state change, which is why it was replaced. It should support high...

> ... should not clip output to the [0, 1] range at all unless tone-mapping is enabled If `outputBufferType` is `undefined` and `outputType` is defined, it will use the `outputType`...

Although some ideas in this PR have been merged, the base materials were not ported to `three.webgpu.nodes.js`. Today, materials like `MeshStandardNodeMaterial` are extended from `MeshStandardMaterial` through a property-copy hack, because...