Currently, the following glTF image helper nodes exist:
| category |
output type(s) |
| <gltf_colorimage> |
color3 + float |
| <gltf_image> |
color3 |
| <gltf_image> |
color4 |
| <gltf_image> |
float |
| <gltf_image> |
vector3 |
It would be nice to have a vector4 <gltf_image> node as well. The reason is that glTF extensions only define the channels from which the data comes from, meaning that images can be mixed and matched.
For example, there could be a 4-channel ORM image with the specularFactor in the alpha channel.
The new node would be most suitable here.
Currently, the following glTF image helper nodes exist:
color3+floatcolor3color4floatvector3It would be nice to have a
vector4<gltf_image> node as well. The reason is that glTF extensions only define the channels from which the data comes from, meaning that images can be mixed and matched.For example, there could be a 4-channel ORM image with the specularFactor in the alpha channel.
The new node would be most suitable here.