@types/three
Version:
TypeScript definitions for three
9 lines (7 loc) • 307 B
TypeScript
import AttributeNode from "../core/AttributeNode.js";
import VaryingNode from "../core/VaryingNode.js";
import MathNode from "../math/MathNode.js";
export const tangentGeometry: AttributeNode;
export const tangentLocal: VaryingNode;
export const tangentView: MathNode;
export const tangentWorld: MathNode;