Searched refs:max_lod_ (Results 1 – 1 of 1) sorted by relevance
83 void SetMaxLOD(float max_lod) { max_lod_ = max_lod; } in SetMaxLOD()84 float GetMaxLOD() const { return max_lod_; } in GetMaxLOD()99 float max_lod_ = 1.0f; variable