Talk:3D Objects
From Wolfire Games Wiki
Revision as of 08:45, 28 March 2018 by Silverfish (talk | contribs)
This is part of the old table since before the uber-shader update. We need to make sure that everything in this table is still covered on the page, but using the new techniques.
Lukas Orsvärn (talk) 08:44, 28 March 2018 (UTC)
Tag | Non-standard channel designation | Description |
---|---|---|
cubemap | Standard shader. | |
cubemapobj | Same as Cubemap but uses object-space normal maps instead of tangent space. | |
cubemapobjitem | Object space version of CubemapItem. | |
cubemapalpha |
ColorMap NormalMap |
Texels that do not have a transparency of 0.0 or 1.0 have depth sorting issues with each other. |
cubemapobjchar |
NormalMap |
Intended for use with characters, shine is sharp, uses object space normals. The sun fresnel effect brightens up the edges of the object when it is between the camera and the sun. |
plant |
ColorMap NormalMap TranslucencyMap WindMap |
Has transparency like cubemapalpha but no reflectivity. Enables the optional use of a TranslucencyMap and a WindMap, see tags. |
detailmap4 | Requires a WeightMap and a DetailMaps tag when used. TODO: Does this also enable the optional use of the DetailObjects tag, or can that be used anyway? |