UNPKG

three

Version:

JavaScript 3D library

15 lines (8 loc) 157 B
class NodeVarying { constructor( name, type ) { this.isNodeVarying = true; this.name = name; this.type = type; } } export default NodeVarying;