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

83 commits

Author SHA1 Message Date
Miloslav Číž
fa9794000c Refactor a bit 2019-06-22 19:29:08 +02:00
Miloslav Číž
365e1eb326 Fix runtime errors 2019-06-22 18:27:09 +02:00
Miloslav Číž
4ed5e5fd84 Add screen projection function 2019-06-22 14:41:30 +02:00
Miloslav Číž
6f9e90dd60 Use helper function in demos 2019-06-21 23:47:30 +02:00
Miloslav Číž
c3ac9e96f7 Add helper indeing function 2019-06-21 23:36:24 +02:00
Miloslav Číž
b5ed7e31e7 Fix interpolation bug 2019-06-19 18:05:12 +02:00
Miloslav Číž
81d3264dfd Fix lookAt 2019-06-18 23:07:00 +02:00
Miloslav Číž
7358b8034d Fix direction calculation 2019-06-18 22:52:12 +02:00
Miloslav Číž
7b5e75bebb Fix const warning 2019-06-18 22:39:11 +02:00
Miloslav Číž
242bf42ffc Continue HQ program 2019-06-18 20:44:45 +02:00
Miloslav Číž
b3951684d3 Fix cos function 2019-06-18 20:05:37 +02:00
Miloslav Číž
a7657c0951 Add triangleID to PixelInfo 2019-06-18 18:26:17 +02:00
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