User:Adam Zaius/Terrain Improvements

From Second Life Wiki
< User:Adam Zaius
Revision as of 00:43, 10 July 2007 by Adam Zaius (talk | contribs) (New page: Working with Gigs to develop new and improved terrain editing tools. =Client Changes= Client-side only: * Add slider / combo / radio widgets for a "duration" modif...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Working with Gigs to develop new and improved terrain editing tools.


Client Changes

Client-side only:

  • Add slider / combo / radio widgets for a "duration" modifier which affects the strength of a brush. (0% to 1000%?)
  • Add additional brush sizes (0 to 8? Currently 1 to 4) (8 = 256m, 0 = 1m) - the server seems to interpret brush sizes as "size = 1 << brushsize" according to the current pattern, but this has not been tested.

With Server-side mods:

  • Add additional actions
    • Pinch
    • Punch
    • Erode
    • Scattering
    • Noise (true vs perlin "roughen")
    • Cells (Worley Fractal Distortion)
    • Equalisation
    • Gamma
    • Contrast

Server Changes

  • Adam will be writing reference code for each of the additional actions to be submitted in tandem with the above changes.