threejs-model-loader

THREE.js Model Loader for delegating to the appropriate geometry loader and associated Web Component

MIT License

Downloads
41
Stars
12
Committers
2

Bot releases are hidden (Show)

threejs-model-loader - Latest Release

Published by gkjohnson almost 6 years ago

Changed

  • Moved source files to the src folder.
  • Converted source files to use modules.
  • Added UMD variants to the umd folder.
threejs-model-loader -

Published by gkjohnson almost 6 years ago

Fixed

  • Textures are no longer discarded when the material is a MeshBasicMaterial in the web component.
threejs-model-loader -

Published by gkjohnson about 6 years ago

Added

  • Support for wrl extension
threejs-model-loader -

Published by gkjohnson over 6 years ago

Bug Fixes

  • Make the element redraw when textures have loaded
threejs-model-loader -

Published by gkjohnson over 6 years ago

Changes

  • Make the shadows encapsulate the bounding box of the model

Bug Fixes

  • Fix Phong copy from Lambert so shadows look nice
threejs-model-loader -

Published by gkjohnson over 6 years ago

Changes

  • Tighten shadows so they are rendered based on the bounds of the model
  • Remove Lambert materials so shadows aren't rendered as black

Bug Fixes

  • Update the hemisphere light initial color
  • Fix gamma correction on materials not working if a mesh had multiple materials
threejs-model-loader -

Published by gkjohnson over 6 years ago

Changes

  • Change the ambient light to a HemisphereLight
  • Enable gamma correction on display

Bug Fixes

  • Fix the display-shadow not doing anything
threejs-model-loader -

Published by gkjohnson over 6 years ago

  • Add a redraw() function to the viewer element
  • Add auto-redraw attribute to the viewer element