coop-deluxe / sm64coopdx

An official continuation of https://github.com/djoslin0/sm64ex-coop on sm64coopdx for the enhancements and progress it already has.
https://sm64coopdx.com
322 stars 56 forks source link

Infinite Draw Distance Option #308

Closed TheMan6900 closed 1 week ago

TheMan6900 commented 1 week ago

Would be useful for huge levels.

AgentXLP commented 1 week ago

There is already 100x draw distance which is extremely far.

Cooliokid956 commented 1 week ago

The near and far clip planes can be modified by Lua with set_override_near() and set_override_far(). Pass a number higher than the default into set_override_far().