Difference between revisions of "User:LindaB Helendale"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "My contributed scripts: https://wiki.secondlife.com/wiki/User:LindaB_Helendale/UTF8StringLength Returns the number of bytes a string takes in UTF-8 coding, to guard against cl…")
 
Line 3: Line 3:
https://wiki.secondlife.com/wiki/User:LindaB_Helendale/UTF8StringLength
https://wiki.secondlife.com/wiki/User:LindaB_Helendale/UTF8StringLength
   Returns the number of bytes a string takes in UTF-8 coding, to guard against clipped messages and to split long messages to parts that fit in the SL limits
   Returns the number of bytes a string takes in UTF-8 coding, to guard against clipped messages and to split long messages to parts that fit in the SL limits
https://wiki.secondlife.com/wiki/User:LindaB_Helendale/BMPbase64
  Create textures in-world as base64 encoded BMP image.
https://wiki.secondlife.com/wiki/User:LindaB_Helendale/getMeshLODsize
  Script to find out the byte size of a mesh in the asset server for all LOD levels, used in Land Impact calculation.
https://wiki.secondlife.com/wiki/User:LindaB_Helendale/meshLODschemeCalculator
  Prints a table of the Download cost/Streaming cost component of Land Impact for given LOD reduction scheme. Helps optimizing the LOD scheme.

Revision as of 06:14, 11 February 2012

My contributed scripts:

https://wiki.secondlife.com/wiki/User:LindaB_Helendale/UTF8StringLength

 Returns the number of bytes a string takes in UTF-8 coding, to guard against clipped messages and to split long messages to parts that fit in the SL limits

https://wiki.secondlife.com/wiki/User:LindaB_Helendale/BMPbase64

 Create textures in-world as base64 encoded BMP image.

https://wiki.secondlife.com/wiki/User:LindaB_Helendale/getMeshLODsize

 Script to find out the byte size of a mesh in the asset server for all LOD levels, used in Land Impact calculation.

https://wiki.secondlife.com/wiki/User:LindaB_Helendale/meshLODschemeCalculator

 Prints a table of the Download cost/Streaming cost component of Land Impact for given LOD reduction scheme. Helps optimizing the LOD scheme.