three-stdlib icon indicating copy to clipboard operation
three-stdlib copied to clipboard

[Bug] ParametricGeometry class missing from ParametricGeometries export

Open IRobot1 opened this issue 3 years ago • 0 comments

  • three version: 0.137.5
  • @types/three version:0.137.0
  • three-stdlib version: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

IRobot1 avatar Apr 04 '22 00:04 IRobot1