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

MaterialCreator is never exported

Open geyang opened this issue 11 months ago • 0 comments

  • three version: 170
  • @types/three version: 270
  • three-stdlib version: 2.35.2

Problem description:

Can not import MaterialCreator.

Relevant code:

import { MaterialCreator } from 'three-stdlib'

Suggested solution:

add MaterialCreator to export: https://github.com/pmndrs/three-stdlib/blob/main/src/loaders/MTLLoader.js#L450

geyang avatar Dec 31 '24 08:12 geyang