DEFEATURE: remove alpha-field support (partly broken) from gltf output
- when used with *any* alphaField and normalised (the usual case) would largely give a 0-1 corresponding to the min/max of the first component, but could also yield negative values. - if the alpha field corresponds identically to colour field, it is readily possible to combine as into RGBA sequences. However, if the fields are different it potentially means referencing an opacity field that has not yet been sampled. This impedes using the format for a streaming sampler without additional overhead and/or rewriting the alpha channel later.
Showing
- src/meshTools/coordSet/writers/gltf/gltfCoordSetWriter.C 7 additions, 109 deletionssrc/meshTools/coordSet/writers/gltf/gltfCoordSetWriter.C
- src/meshTools/coordSet/writers/gltf/gltfSetWriter.H 3 additions, 31 deletionssrc/meshTools/coordSet/writers/gltf/gltfSetWriter.H
- tutorials/lagrangian/reactingParcelFoam/filter/constant/particleTrackProperties 2 additions, 8 deletions...eactingParcelFoam/filter/constant/particleTrackProperties
- tutorials/lagrangian/reactingParcelFoam/filter/constant/particleTrackProperties.animate 2 additions, 8 deletions...arcelFoam/filter/constant/particleTrackProperties.animate
- tutorials/lagrangian/reactingParcelFoam/filter/constant/particleTrackProperties.static 5 additions, 9 deletions...ParcelFoam/filter/constant/particleTrackProperties.static
- tutorials/lagrangian/reactingParcelFoam/filter/system/sample 2 additions, 6 deletionstutorials/lagrangian/reactingParcelFoam/filter/system/sample
Please register or sign in to comment