Dynamic textures
From OpenSimulator
m |
(mantis #4062) |
||
Line 6: | Line 6: | ||
In the list below, the [[threat level]] of each function is indicated in parentheses after the function name. There is no threat level associated with the [[Drawing_commands | drawing commands]]. | In the list below, the [[threat level]] of each function is indicated in parentheses after the function name. There is no threat level associated with the [[Drawing_commands | drawing commands]]. | ||
+ | |||
+ | NOTE: If you use this feature, you have to turn on any cache. If not, you'll see complete white texture. | ||
{| width="100%" | {| width="100%" |
Revision as of 06:37, 8 August 2011
Languages: |
English Deutsch |
Dynamic textures allow scripts to create images on the fly, combining graphics loaded from the World Wide Web with text, lines, ellipses and filled or unfilled rectangles. The textures thus created are temporary, maintained by the individual region in which they are created, and are not permanently stored in the Asset Server.
In general, one creates a string containing a list of Drawing commands and parameters, either directly or with the aid of one of the "convenience" drawing functions listed below, then passes this string as a parameter to one of the osSetDynamicTexture* commands.
In the list below, the threat level of each function is indicated in parentheses after the function name. There is no threat level associated with the drawing commands.
NOTE: If you use this feature, you have to turn on any cache. If not, you'll see complete white texture.
Graphics Primitive Drawing Functions
|
Graphics Primitive Drawing Commands
Text Drawing Commands |