raylib
Here are 164 public repositories matching this topic...
-
Updated
Sep 5, 2020 - C
-
Updated
Sep 13, 2020 - Rust
-
Updated
Oct 29, 2020 - C
-
Updated
Mar 31, 2020 - Pascal
Discussion on the state of documentation for this library.
Code comments.
Using the same comments for most of it with the same style as raylib. One idea is to change them to xmldoc style comments which can be used to generate external documentation. Unsure if this should be done but worth looking into.
Tech notes
Adding more details here to make it easier for people new to raylib
-
Updated
Aug 29, 2020 - C
-
Updated
Aug 7, 2020 - HTML
-
Updated
Oct 31, 2020 - C
-
Updated
Nov 3, 2019 - C
-
Updated
Oct 11, 2020
-
Updated
Sep 27, 2020 - D
-
Updated
Oct 9, 2020 - Zig
-
Updated
Nov 3, 2020 - HyPhy
-
Updated
Aug 27, 2020 - Nim
-
Updated
Jun 18, 2020 - C
Improve this page
Add a description, image, and links to the raylib topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the raylib topic, visit your repo's landing page and select "manage topics."
MeshNormalSmooth()takes a vertex and iterates all the others, looking for vertices with a distance < epsilon.Then it calculates their normals and sums it.
That's not a good idea, IMO:
A simpler and faster way to smooth a model could be: