rvandoosselaer / Blocks

A block (voxel) engine for jMonkeyEngine
BSD 3-Clause "New" or "Revised" License
41 stars 14 forks source link

Chunk.isFaceVisible() is protected! #18

Closed Ali-RS closed 4 years ago

Ali-RS commented 4 years ago

Probably the Chunk.isFaceVisible() method would better to be public, needed for creating our own custom shapes. It probably makes sense to change Chunk.getNeighbour() to public as well.

rvandoosselaer commented 4 years ago

That's indeed a valid point. I'll add this in the next release.