Skip to content

Commit

Permalink
Revert "Add NextNode and .next()"
Browse files Browse the repository at this point in the history
This reverts commit 1dda4df.
  • Loading branch information
sunag committed Dec 11, 2024
1 parent 66bbdeb commit 81bf768
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 46 deletions.
1 change: 0 additions & 1 deletion src/Three.TSL.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ export const mx_worley_noise_vec2 = TSL.mx_worley_noise_vec2;
export const mx_worley_noise_vec3 = TSL.mx_worley_noise_vec3;
export const negate = TSL.negate;
export const neutralToneMapping = TSL.neutralToneMapping;
export const next = TSL.next;
export const nodeArray = TSL.nodeArray;
export const nodeImmutable = TSL.nodeImmutable;
export const nodeObject = TSL.nodeObject;
Expand Down
1 change: 0 additions & 1 deletion src/nodes/Nodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export { default as UniformNode } from './core/UniformNode.js';
export { default as VaryingNode } from './core/VaryingNode.js';
export { default as OutputStructNode } from './core/OutputStructNode.js';
export { default as MRTNode } from './core/MRTNode.js';
export { default as NextNode } from './core/NextNode.js';

import * as NodeUtils from './core/NodeUtils.js';
export { NodeUtils };
Expand Down
43 changes: 0 additions & 43 deletions src/nodes/core/NextNode.js

This file was deleted.

1 change: 0 additions & 1 deletion src/nodes/tsl/TSLBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export * from '../utils/RemapNode.js'; // .remap(), .remapClamp()
export * from '../code/ExpressionNode.js'; // expression()
export * from '../utils/Discard.js'; // Discard(), Return()
export * from '../display/RenderOutputNode.js'; // .renderOutput()
export * from '../core/NextNode.js'; // .next()

export function addNodeElement( name/*, nodeElement*/ ) {

Expand Down

0 comments on commit 81bf768

Please sign in to comment.