Difference between revisions of "Talk:Tips for Creating Heightfields and Details on Terrain RAW Files"

From Second Life Wiki
Jump to navigation Jump to search
m (→‎LLRAW fidelity: tweaky tweaky)
 
Line 2: Line 2:


While tinkering with LLRAW export code, I decided to plot a graph of the values one can fit into Linden Lab's 13 channel RAW terrain format.
While tinkering with LLRAW export code, I decided to plot a graph of the values one can fit into Linden Lab's 13 channel RAW terrain format.
[[File:Graph-of-possible-terrain-values.png]]
 
[[File:Graph-of-possible-terrain-values.png|1024px|thumb|image is rather wide :P]]


* y-axis is the altitude of a point on the terrain
* y-axis is the altitude of a point on the terrain

Latest revision as of 11:48, 2 July 2012

LLRAW fidelity

While tinkering with LLRAW export code, I decided to plot a graph of the values one can fit into Linden Lab's 13 channel RAW terrain format.

Error creating thumbnail: convert: no images defined `/tmp/transform_c529642c6224.png' @ error/convert.c/ConvertImageCommand/3258. Error code: 1
image is rather wide :P
  • y-axis is the altitude of a point on the terrain
  • first non-zero value is 0.0078125
  • excluding non-zero values, the number of unique values is 17577 (non-zero sans uniqueness would be 255x255)
  • unless a green value of 255 is hardcoded to a divisor of 2, the highest value is 508.0078125 <math>255/(255/128)</math>

SignpostMarv Martin 11:44, 2 July 2012 (PDT)