Skip to content

Commit

Permalink
TSL: Vertex shader revision 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Dec 20, 2024
1 parent 462073b commit 835fd4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/three/src/materials/nodes/NodeMaterial.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ declare class NodeMaterial extends Material {
setupHardwareClipping(builder: NodeBuilder): void;
setupDepth(builder: NodeBuilder): void;
setupPositionView(): Node;
setupModelViewProjection(): Node;
setupVertex(builder: NodeBuilder): Node;
setupPosition(builder: NodeBuilder): Node;
setupDiffuseColor(builder: NodeBuilder): void;
Expand Down

0 comments on commit 835fd4a

Please sign in to comment.