1
0
Fork 0
mirror of https://git.coom.tech/drummyfish/small3dlib.git synced 2024-11-21 20:39:57 +01:00
Commit graph

71 commits

Author SHA1 Message Date
Miloslav Číž
47b672e259 Change function API 2019-06-17 00:20:43 +02:00
Miloslav Číž
5677939c68 Add custom transorm matrix 2019-06-16 19:36:48 +02:00
Miloslav Číž
0366590595 Add reflect() 2019-06-14 16:02:58 +02:00
Miloslav Číž
b6bc2e5818 Fix depth bug 2019-06-14 04:52:52 +02:00
Miloslav Číž
ca4e42c511 Fix normals bug 2019-06-14 04:08:44 +02:00
Miloslav Číž
5f09e37291 Fix rasterization bug (holes) 2019-06-13 03:29:17 +02:00
Miloslav Číž
70622f2ba4 Remove unneeded condition 2019-06-12 23:41:44 +02:00
Miloslav Číž
a2283732f0 Use triangle winding function in draw 2019-06-12 23:35:57 +02:00
Miloslav Číž
fd7d957a64 Add winding function 2019-06-12 22:17:52 +02:00
Miloslav Číž
0deafc2da6 Fix PC bug 2019-06-12 00:03:23 +02:00
Miloslav Číž
cbd7d50e0e Refactor a bit 2019-06-11 15:45:50 +02:00
Miloslav Číž
3a29d4c679 Add correction funtion 2019-06-11 15:37:40 +02:00
Miloslav Číž
4c042bd5fa Revert 2019-06-11 12:03:19 +02:00
Miloslav Číž
6e6bdf0c77 Interpolate to 511 instead 512 2019-06-11 00:24:45 +02:00
Miloslav Číž
1866d11bed Tidy macros 2019-06-10 20:15:04 +02:00
Miloslav Číž
15d17a9c02 Implement approximate PC (ugly) 2019-06-09 23:22:57 +02:00
Miloslav Číž
796fc8e76d Fix equality 2019-06-08 19:59:06 +02:00
Miloslav Číž
55b6edfcb0 Add helloTerminal 2019-06-08 16:56:54 +02:00
Miloslav Číž
6f7163be96 Add transparent plant 2019-06-08 14:26:13 +02:00
Miloslav Číž
29ce8352c4 Add previous depth to pixelInfo 2019-06-07 15:41:35 +02:00
Miloslav Číž
2c0139aead Continue model viewer 2019-06-06 23:26:40 +02:00
Miloslav Číž
16f548f963 Add computeNormals 2019-06-06 20:22:20 +02:00
Miloslav Číž
c9bcb0ace5 Compute normals 2019-06-06 01:08:29 +02:00
Miloslav Číž
c48d868007 Add dot/cross 2019-06-06 00:13:11 +02:00
Miloslav Číž
f0b17d67ba Finish lookAt 2019-06-05 22:18:01 +02:00
Miloslav Číž
79dd3c6284 Add lookAt horizontal 2019-06-05 21:41:11 +02:00
Miloslav Číž
417092f579 Add asin 2019-06-05 21:16:24 +02:00
Miloslav Číž
3d78f32ff3 Add vector normalization 2019-06-05 00:49:00 +02:00
Miloslav Číž
f4a4ca06b4 Refactor 2019-06-04 22:59:38 +02:00
Miloslav Číž
d0f504bc5d Parametrize macro 2019-06-04 22:24:50 +02:00
Miloslav Číž
4354e98908 Fix segfault 2019-06-03 18:44:53 +02:00
Miloslav Číž
68d1028d2b Change a word 2019-06-03 18:08:32 +02:00
Miloslav Číž
3378325093 Fix disappearing triangles 2019-06-03 18:06:06 +02:00
Miloslav Číž
9d2020b83c Continue image tool 2019-06-03 17:07:40 +02:00
Miloslav Číž
bf79f1437e Add visibility 2019-06-03 13:08:08 +02:00
Miloslav Číž
cc2e1f08ef Fix nner loop bu 2019-06-02 23:13:49 +02:00
Miloslav Číž
668bb0a44c Fix inefficiency in PC 2019-06-02 22:49:50 +02:00
Miloslav Číž
596b9a48bf Use mat transposition for inverse 2019-06-02 18:23:45 +02:00
Miloslav Číž
09479b7fa1 Fix ocassional wrong sort 2019-06-02 15:24:47 +02:00
Miloslav Číž
8d710ee3c7 Remove near clamping (useless) 2019-06-02 13:15:24 +02:00
Miloslav Číž
246cb2a8cc Fix near culling 2019-06-02 13:13:33 +02:00
Miloslav Číž
8c00c5d7fd Remove unusable constants 2019-06-02 12:56:58 +02:00
Miloslav Číž
ec3bd55895 Fix warnings 2019-06-02 12:43:16 +02:00
Miloslav Číž
ae52bce56f ID -> Index 2019-06-02 12:26:10 +02:00
Miloslav Číž
7c2e469516 Add flat mode 2019-06-01 23:21:44 +02:00
Miloslav Číž
40739dbb5e Add check 2019-06-01 23:04:59 +02:00
Miloslav Číž
d3e3112fdd Fix z-test bug 2019-06-01 18:49:43 +02:00
Miloslav Číž
2371750e24 Work on near culling 2019-06-01 18:14:39 +02:00
Miloslav Číž
fbab60d893 Fix bug 2019-06-01 17:58:32 +02:00
Miloslav Číž
91e078b920 Refactor a bit 2019-06-01 16:15:37 +02:00