We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is same like this #29801 LightsNode, NodeUpdateType, StorageBufferAttribute in https://github.com/mrdoob/three.js/blob/dev/examples/jsm/tsl/lighting/TiledLightsNode.js#L6 Lighting https://github.com/mrdoob/three.js/blob/dev/examples/jsm/lighting/TiledLighting.js#L1 These objects are also availabel only in three/webgpu or three/tsl. This time, some objects like StorageBufferAttribute is kind of weird if imported from three/tsl, but this is the only way to make it work in my app.
LightsNode
NodeUpdateType
StorageBufferAttribute
Lighting
three/webgpu
three/tsl
// code goes here
No response
0.170.0dev
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
It is same like this #29801
LightsNode
,NodeUpdateType
,StorageBufferAttribute
in https://github.com/mrdoob/three.js/blob/dev/examples/jsm/tsl/lighting/TiledLightsNode.js#L6Lighting
https://github.com/mrdoob/three.js/blob/dev/examples/jsm/lighting/TiledLighting.js#L1These objects are also availabel only in
three/webgpu
orthree/tsl
.This time, some objects like
StorageBufferAttribute
is kind of weird if imported fromthree/tsl
, but this is the only way to make it work in my app.Reproduction steps
Code
// code goes here
Live example
Screenshots
No response
Version
0.170.0dev
Device
No response
Browser
No response
OS
No response
The text was updated successfully, but these errors were encountered: