It seems that the node material type is not fully supported at the moment. Is there a roadmap or solution for this?
The TypeScript definitions for three.js are maintained by volunteers in a separate repository, installed from @types/three
—
It does contain types for THREE.NodeMaterial but I can’t speak to whether those types are complete. If not, they will be complete only if someone writes them – like most open source @types/*
packages, I think contributing missing pieces now and then (or working around it) is just part of the process of using TypeScript. There is rarely a roadmap for volunteer efforts.
1 Like
Thank you! I’ll take a look.