Skip to content

Commit

Permalink
export texture3D (#28484)
Browse files Browse the repository at this point in the history
  • Loading branch information
RenaudRohlinger authored May 24, 2024
1 parent 87cc614 commit 25e3016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/jsm/nodes/Nodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export { default as StorageBufferNode, storage, storageObject } from './accessor
export * from './accessors/TangentNode.js';
export { default as TextureNode, texture, textureLoad, /*textureLevel,*/ sampler } from './accessors/TextureNode.js';
export { default as TextureStoreNode, textureStore } from './accessors/TextureStoreNode.js';
export { default as Texture3DNode } from './accessors/Texture3DNode.js';
export { default as Texture3DNode, texture3D } from './accessors/Texture3DNode.js';
export { default as UVNode, uv } from './accessors/UVNode.js';
export { default as UserDataNode, userData } from './accessors/UserDataNode.js';

Expand Down

0 comments on commit 25e3016

Please sign in to comment.