mirror of
https://git.coom.tech/drummyfish/small3dlib.git
synced 2024-11-21 20:39:57 +01:00
Update README.md
This commit is contained in:
parent
7fd9d170fe
commit
61a86b888a
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ TODO
|
|||
|
||||
- Though performance is high, due to multiplatformness it can't match platform-specific rasterizers written in assembly.
|
||||
- Proper near-plane culling (subdividing triangles) is missing. You can either cull whole triangles completely or "push" them by the near plane. These options are okay when drawing a models not very close to the camera, but e.g. 3D environments may suffer from artifacts.
|
||||
- Due to the limitations of 32bit int arithmetic, some types of movement may be jerky.
|
||||
- Due to the limitations of 32bit integer arithmetics, some types of movement may be jerky.
|
||||
|
||||
TODO
|
||||
|
||||
|
|
Loading…
Reference in a new issue