Esempio n. 1
0
 public override ushort GetIndex(Axiom.Math.Real value, MeshLodUsageList meshLodUsageList)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public override ushort GetIndex(Axiom.Math.Real value, LodValueList materialLodValueList)
 {
     return(GetIndexAscending(value, materialLodValueList));
 }
Esempio n. 3
0
 public override Axiom.Math.Real TransformBias(Axiom.Math.Real factor)
 {
     throw new NotImplementedException();
 }