threepipe
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.ts 498B

12345678910111213141516
  1. export * from './viewer/index'
  2. export * from './three/Threejs'
  3. export * from './three/index'
  4. export * from './core/index'
  5. export * from './assetmanager/index'
  6. export * from './utils/index'
  7. export * from './plugins/index'
  8. export * from './postprocessing/index'
  9. export * from './materials/index'
  10. export * from './rendering/index'
  11. // testing
  12. export {_testStart, _testFinish} from './testing/testing'
  13. // deprecated
  14. export {autoCenterObject3D, autoScaleObject3D} from './three/utils/object-transform'