summary refs log tree commit diff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2023-07-10Separate transparent water mesh (not sorted, bad)Mel
2023-07-09Added corners to AOMel
2023-07-09Ambient occlusion (without corners)Mel
2023-07-08Use own size typesMel
2023-07-07Fix minor quality issuesMel
2023-06-30Avoid per-frame chunk copies and don't render block faces between chunksMel
2023-06-29Add fogMel
2023-06-12Multithreaded world generation with PerlinMel
2022-10-26Turn off viewer and mipmapsMel
2022-10-26Fixed attribute double freeMel
2022-10-23Modular mesh vertex attributesMel
2022-10-23Sun lightingMel
2022-10-23Noisy world generation with broken chunk bordersMel
2022-10-22Fix chunk index hash to show infinite worldMel
2022-10-21Broken infinite worldMel
2022-10-21Namespace and Folder refactorMel
2022-10-18Basic ChunkMel
2022-10-14Textured CubeMel
2022-10-10Try to add second VBOMel
2022-10-06Rotating camera with mouseMel
2022-10-06Relative to camera movementMel
2022-10-05Non-camera relative movementMel
2022-10-04Cube RenderingMel
2022-10-03Indexed RenderingMel
2022-10-02Expand Vector and Matrix classesMel
2022-10-02Fix for macOSMel
2022-10-01TriangleMel
2022-10-01Setup window and GL functionsMel