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

[TS2] Loaders

Open joshuaellis opened this issue 4 years ago • 6 comments

Suggested implementation:

  • [ ] low/IFFParser
  • [ ] lwo/LWO2Parser
  • [ ] lwo/LWO3Parser
  • [ ] 3DMLoader
  • [ ] 3MFLoader
  • [ ] AMFLoader
  • [ ] AssimpLoader
  • [ ] BasisTextureLoader
  • [ ] BVHLoader
  • [ ] ColladaLoader
  • [ ] DDSLoader
  • [ ] DRACOLoader
  • [ ] EXRLoader
  • [ ] FBXLoader
  • [ ] GCodeLoader
  • [ ] GLTFLoader
  • [ ] HRDCubeTextureLoader
  • [ ] KMZLoader
  • [ ] LDrawLoader
  • [ ] LottieLoader
  • [ ] LUT3dlLoader
  • [ ] LUTCubeLoader
  • [ ] LWOLoader
  • [ ] MD2Loader
  • [ ] MDDLoader
  • [ ] MMDLoader
  • [ ] MTLLoader
  • [ ] NodeMaterialLoader
  • [ ] NRRDLoader
  • [ ] OBJLoader
  • [ ] PCDLoader
  • [ ] PDBLoader
  • [ ] PLYLoader
  • [ ] PRWMLoader
  • [ ] PVRLoader
  • [ ] RGBELoader
  • [ ] RGBMLoader
  • [ ] STLLoader
  • [ ] SVGLoader
  • [ ] RDSLoader
  • [ ] TGALoader
  • [ ] TiltLoader
  • [ ] TTFLoader
  • [ ] VOXLoader
  • [ ] VRMLoader
  • [ ] VTKLoader
  • [ ] XLoader
  • [ ] XYZLoader

joshuaellis avatar Feb 27 '21 23:02 joshuaellis

Can I suggest also:

  • [ ] FontLoader

Thanks a lot

alexzaganelli avatar Mar 15 '21 16:03 alexzaganelli

Hi @alexzaganelli, FontLoader is part of the three library if I'm right? So we won't be able to change the source file for that into TS. However, these files do have TS versions – @types/three located in the repo three-ts-types.

joshuaellis avatar Mar 15 '21 16:03 joshuaellis

Thank you @joshuaellis

BTW right now is not possibile to use useLoader(FontLoader, font) without getting Proto is not a constructor error in react-three-next.

Do you have some suggestion? Thank you in advance

alexzaganelli avatar Mar 15 '21 17:03 alexzaganelli

@alexzaganelli for this question you should look at asking in react-three-next or the discord server - https://discord.gg/poimandres

joshuaellis avatar Mar 15 '21 17:03 joshuaellis

@joshuaellis FontLoader has been moved to examples/jsm/loaders/FontLoader.js in three 0.133. Should this now be imcluded in three-stdlib?

MDransfeld avatar Oct 20 '21 08:10 MDransfeld

@joshuaellis FontLoader has been moved to examples/jsm/loaders/FontLoader.js in three 0.133. Should this now be imcluded in three-stdlib?

Yes, probably, if you want to make a PR that would be fantastic.

joshuaellis avatar Oct 20 '21 09:10 joshuaellis