Sets the current OpenGL rendering preferences from data passed in.
PROCEDURE SetOpenGLPrefs(
VAR useTextures : BOOLEAN;
VAR tessellationDetail : INTEGER;
VAR useNURBS : BOOLEAN);def vs.SetOpenGLPrefs():
return (useTextures, tessellationDetail, useNURBS)| Name | Type | Description |
|---|---|---|
| useTextures | BOOLEAN | |
| tessellationDetail | INTEGER | |
| useNURBS | BOOLEAN |
No longer a valid function, needs updating. (MF - Nov 11, 2015)
Availability: from Vectorworks 2014