Kitware / vtk-js

Visualization Toolkit for the Web
https://kitware.github.io/vtk-js/
BSD 3-Clause "New" or "Revised" License
1.18k stars 365 forks source link

[Feature] Add for support for combined ORM Texture #2961

Open daker opened 6 months ago

daker commented 6 months ago

Feature Request

Allow passing an ORM or RM texture using actor.getProperty().setORMTexture()

Motivation and Detailed Description

While working on GLTF support the spec allows to provide ORM or RM data mapped in RGB channels on the same texture

So i had to computed the texture manually using canvas.

daker commented 6 months ago

@martinken FYI