Updated raylib internal buffers (2D vs 3D) (markdown)

master
Ray 6 年之前
父節點
當前提交
5390d0b2e4
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      raylib-internal-buffers-(2D-vs-3D).md

+ 2
- 0
raylib-internal-buffers-(2D-vs-3D).md

@ -1,3 +1,5 @@
**WARNING: This implementation is no longer available, `rlgl` batching mechanism has been redesigned to use a single set of buffers to deal with LINES, TRIANGLES and QUADS, it solves below mentioned issues... and probably it adds some new ones. I'll try to update this page at some point...**
raylib was primary conceived for 2D game programming, but with some basic 3D support. Every new raylib version, 3D support has been improved to the point of including shaders and postprocessing effects. Dealing with 2D and 3D in an easy way required some technical trade-offs that may not be a perfect solutions for 2D or 3D, but work very well for both systems coexistence.
### Three separate internal buffers

Loading…
取消
儲存