SoWEMRendererVertexAttributes¶
-
InventorModule¶ genre WEMRenderingauthor MeVis Medical Solutions AGpackage MeVisLab/Standarddll SoWEMdefinition SoWEM.def see also SoWEMRendererkeywords visualization,surface
Purpose¶
The SoWEMRendererVertexAttributes allows for making PVLs (Primitive Value Lists) of a WEM available to the fragment shader via vertex attributes.
Usage¶
The module needs to be connected to the extensions input of the SoWEMRenderer.
Parameter Fields¶
Visible Fields¶
PVL as vertex attribute 0¶
-
name:pvlAsVertexAttribute0, type:String¶ Sets the name of a PVL whose values are available as float vertex attribute in a shader.
If the PVL’s name contains spaces, these are replaced by ‘_’ since no spaces are allowed in vertex attributes.
PVL as vertex attribute 1¶
-
name:pvlAsVertexAttribute1, type:String¶ Sets the name of a PVL whose values are available in a shader.