OsnaCS / plantex

(UNMAINTAINED) :seedling: experimental open-world exploration game with plants :evergreen_tree: :leaves: :herb: :palm_tree:
Apache License 2.0
191 stars 37 forks source link

implementation of frustum rendering #147

Closed Cranc closed 8 years ago

Cranc commented 8 years ago

part of #136

Cranc commented 8 years ago
=== Checking Rust style with rustfmt... ==============
! incorrectly formatted: client/src/world/chunk_view.rs
! incorrectly formatted: client/src/world/world_view.rs
! incorrectly formatted: client/src/renderer.rs

did someone change rustfmt recently because since i work on win10 i do most myself and check with https://play.rust-lang.org/ before commit and nothing on my end indicated something.

LukasKalbertodt commented 8 years ago

Nope, it should still be rustfmt v0.5.0...

Cranc commented 8 years ago

for now i will simply ignore this rustfmt stuff cause i can't tell whats exactly wrong ,,, going back to optimizing

small note: i went and made sure the game runs on my gtx970M instead of intel (60+ fps 800_600 and 45fps fullscreen 1920_1080)

Cranc commented 8 years ago

I added a SimpleCull to furstrum.rs which simply is a "fov culling" but this at least works fine also implemented it already so it is on right now.

Cranc commented 8 years ago

if someone can tell me where in chunk_view.rs the format error is that would be nice =)

! incorrectly formatted: client/src/world/chunk_view.rs

Cranc commented 8 years ago

closed cause #168 solves format error