@types/three
Version:
TypeScript definitions for three
11 lines (9 loc) • 475 B
TypeScript
import AttributeNode from "../core/AttributeNode.js";
import VarNode from "../core/VarNode.js";
import VaryingNode from "../core/VaryingNode.js";
import MathNode from "../math/MathNode.js";
import { ShaderNodeObject } from "../tsl/TSLCore.js";
export const tangentGeometry: ShaderNodeObject<AttributeNode>;
export const tangentLocal: ShaderNodeObject<VaryingNode>;
export const tangentView: ShaderNodeObject<MathNode>;
export const tangentWorld: ShaderNodeObject<MathNode>;