Tables are used to map a floating point input value to a floating point output value, with optional wrap / clamp and interpolation.
Inheritance: idDecl
Exemple #1
0
 public idParticleParameter(float from, float to, idDeclTable table)
 {
     _from  = from;
     _to    = to;
     _table = table;
 }
		public idParticleParameter(float from, float to, idDeclTable table)
		{
			_from = from;
			_to = to;
			_table = table;
		}