Skip to content

Blend Multiple Models

Compare
Choose a tag to compare
@RobertGemmaJr RobertGemmaJr released this 07 Jun 16:43
· 111 commits to main since this release
eb6f554
  • <VolumeViewer /> now expects an array of models as a prop (model -> models)
  • Multiple models passed to <VolumeViewer> can be blending together
  • Non-model specific props have been moved to <VolumeViewer /> directly
  • <Controls /> now contains multiple tabs - one per model
  • Each individual model can be enabled/disabled via <Controls>
  • aframe updates the volume asynchronsouly
  • aframe utilizes THREE.Cache directly
  • The Shader code now uses GLSL version 330 es
  • The background of the transfer function is now the current colormap

What's Changed

Full Changelog: v0.3.1...v1.0.0