User Tools

Site Tools


gamedev:skinproperties

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
gamedev:skinproperties [2017/07/28 23:43] dragonlordgamedev:skinproperties [2017/07/29 00:05] – [Transforms] dragonlord
Line 28: Line 28:
 ======= Transforms ======= ======= Transforms =======
 Each property can have a transfrom assigned. Transform are used to manipulate the incoming texture coordinates before they are used for texturing. Transforms are similar to sources in that they are also organized in a tree shape. The advantage of transforms is that they are very fast and produce textures looking dynamic although they are not. Whenever possible use first a transform to animate a texture and resort to renderables or even sources only if there is no other way. Each property can have a transfrom assigned. Transform are used to manipulate the incoming texture coordinates before they are used for texturing. Transforms are similar to sources in that they are also organized in a tree shape. The advantage of transforms is that they are very fast and produce textures looking dynamic although they are not. Whenever possible use first a transform to animate a texture and resort to renderables or even sources only if there is no other way.
 +
 +====== Examples ======
 +<WRAP group>
 +<WRAP half column box centeralign>
 +{{ youtube>hsr2sBcAjck?600x480 |Special Effects Video Texture}}
 +Using a Video Source to create a Special Effects texture.
 +</WRAP>
 +
 +<WRAP half column centeralign>
 +{{ youtube>npBzQorenrg?600x480 |Constructed Texture}}
 +Using a Constructed Source to create a texture on the fly.
 +</WRAP>
 +</WRAP>
  
gamedev/skinproperties.txt · Last modified: 2019/05/24 23:43 by dragonlord