Git Product home page Git Product logo

craft2's People

Contributors

ryanriffle avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

craft2's Issues

Force Chunks Lighting

If the player creates a light source next to a chunk boundary where the current chunk X position is greater than the chunk beside it. The player then closes the game, and reopens making the first 3x3 chunks generate lighting is not shown on the boundary chunk.

Expected result:
Lighting crosses the chunk boundary for all forced chunks in the 3x3 grid.

Chunk Boundary Lines

When a chunk is created and there is no chunk created yet for it's neighbors it causes the lighting to make chunk boundaries visible. This has to do with the way surrounding chunk block and lighting maps are passed to the compute_chunk() in main.cpp. Either find a way to make the boundaries disappear without keeping track of missing chunks when a chunk is initially computed, or track the missing ones and after generating a chunk check all surrounding chunks to see if they needed that chunk to properly compute lighting. The screenshot below shows the bug affecting clouds. If you are in the chunk that contains the clouds and make any change to the chunk (placing / removing blocks) the boundaries dissapear since the surrounding chunks exist now.

screen shot 2018-07-25 at 8 13 16 pm

VBO Based GUI

Currently the GUI elements are created using immediate mode. This should be converted to retained mode at some point to increase performance.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.