You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Enhancements to includes in core data structures
This commit is contained in:
@@ -838,8 +838,9 @@ float Projection::get_lod_multiplier() const {
|
||||
return 1.0 / (zn / width);
|
||||
}
|
||||
|
||||
//usage is lod_size / (lod_distance * multiplier) < threshold
|
||||
// Usage is lod_size / (lod_distance * multiplier) < threshold
|
||||
}
|
||||
|
||||
void Projection::make_scale(const Vector3 &p_scale) {
|
||||
set_identity();
|
||||
columns[0][0] = p_scale.x;
|
||||
|
||||
Reference in New Issue
Block a user