Twister: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (→‎External links: clean up, replaced: External Links → External links)
 
(One intermediate revision by one other user not shown)
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
==External Links==
* Convert displacement to brushwork (useful for porting to another engine, such as GoldSrc)
 
==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)
* [https://web.archive.org/web/20200221134523/http://www.users.on.net/~imperialcarp/Twister/userguide.html User guide] (archived)
* [https://web.archive.org/web/20200221134523/http://www.users.on.net/~imperialcarp/Twister/userguide.html User guide] (archived)

Latest revision as of 04:01, 4 January 2024

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