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