three-stdlib
three-stdlib copied to clipboard
[Bug] ParametricGeometry class missing from ParametricGeometries export
threeversion: 0.137.5@types/threeversion:0.137.0three-stdlibversion:2.9.1
Problem description:
ParametricGeometry class missing from ParametricGeometries export.
Original three examples/geometries folder here
Relevant code:
Given the following code, I can view the type of PlaneGeometry, however, I'm not able to view the type ParametricGeometry
clothGeometry = new ParametricGeometries.PlaneGeometry(this.Nx, this.Ny, this.Nx, this.Ny)
I'm trying to migrate the cloth example code from cannon-es
Suggested solution:
Expose the ParametricGeometry class