SoVolumeRenderstillScreenTileSize Property |
Specifies the size of the screen tiles used for rendering.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoSFVec2i32 stillScreenTileSize { get; }
Public ReadOnly Property stillScreenTileSize As SoSFVec2i32
Get
public:
property SoSFVec2i32^ stillScreenTileSize {
SoSFVec2i32^ get ();
}
member stillScreenTileSize : SoSFVec2i32 with get
Property Value
Type:
SoSFVec2i32
RemarksDefault is (-1, -1), it means no screen tiling rendering.
See Also