2015-03-27 12:10:09 -04:00
<?xml version="1.0" encoding="utf-8"?>
<TpsData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Name>Perlin noise (original and improved version)</Name>
2017-10-09 20:06:41 -04:00
<Location>/Engine/Shaders/Private/Random.usf</Location>
2016-06-17 17:28:41 -04:00
<Date>2016-06-13T17:53:02.8664692-04:00</Date>
2015-03-27 12:10:09 -04:00
<Function>Function that coherent noise from a given position in n dimensions</Function>
<Justification>Very useful for shader programming, all kind of procedural textures, even without UV mapping, can be created with no memory cost</Justification>
2017-10-09 20:06:41 -04:00
<Eula>None available, see http://mrl.nyu.edu/~perlin/doc/oscar.html, http://mrl.nyu.edu/~perlin/paper445.pdf</Eula>
2016-06-17 17:28:41 -04:00
<RedistributeTo>
<EndUserGroup>Licensees</EndUserGroup>
<EndUserGroup>Git</EndUserGroup>
<EndUserGroup>P4</EndUserGroup>
</RedistributeTo>
<LicenseFolder>None</LicenseFolder>
2015-03-27 12:10:09 -04:00
</TpsData>