Twister: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
Line 22: Line 22:
*Generate different shapes out of displacements • The program can generate twists, curves, corners, circles, cones, domes and spheres
*Generate different shapes out of displacements • The program can generate twists, curves, corners, circles, cones, domes and spheres
*Generate from image maps • The program can generate displacements from noise maps and heightmaps
*Generate from image maps • The program can generate displacements from noise maps and heightmaps
* Convert displacement to brushwork (useful for porting to another engine, such as GoldSrc)
==External Links==
==External Links==
* [https://web.archive.org/web/20200224013338/http://www.users.on.net/~imperialcarp/Twister/Twister.html Homepage] (archived)
* [https://web.archive.org/web/20200224013338/http://www.users.on.net/~imperialcarp/Twister/Twister.html Homepage] (archived)

Revision as of 16:16, 5 December 2023

Twister
Initial release
Dec 29, 2006
Operating system
Windows
Type
Displacement tool
Target engine(s)
GoldSrc Source
Distribution
Non-Commercial software
The GUI
A twisted hallway.
A curved road, with perfectly-aligned textures.

Twister Twister is a program that can generate displacements that would usually take an extremely long time, or just be impossible to create in Hammer.

Features

  • Generate different shapes out of displacements • The program can generate twists, curves, corners, circles, cones, domes and spheres
  • Generate from image maps • The program can generate displacements from noise maps and heightmaps
  • Convert displacement to brushwork (useful for porting to another engine, such as GoldSrc)

External Links