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

105 commits

Author SHA1 Message Date
Miloslav Číž
3e4fbbeca1 Remove some warnings 2019-07-01 01:42:26 +02:00
Miloslav Číž
c2829c2177 pdate tests 2019-06-30 20:19:03 +02:00
Miloslav Číž
f42a7b1a3a Fix normalization 2019-06-30 17:25:40 +02:00
Miloslav Číž
f7ec996b60 Fix vector normalization overflows 2019-06-29 23:05:14 +02:00
Miloslav Číž
cca1c2fcd4 DrawTriangle update 2019-06-29 18:15:14 +02:00
Miloslav Číž
526dc5f60d Remove unneeded confition 2019-06-29 18:08:36 +02:00
Miloslav Číž
cd7cf6ef01 Clean up 2019-06-28 17:32:45 +02:00
Miloslav Číž
545ff0d137 Fix comments 2019-06-28 02:28:24 +02:00
Miloslav Číž
41caa6030d Fix index overflows 2019-06-28 01:25:32 +02:00
Miloslav Číž
010f5b3e59 Start highPoly demo 2019-06-27 23:07:46 +02:00
Miloslav Číž
f6567d214d Document 2019-06-26 21:17:48 +02:00
Miloslav Číž
2265ebf0ce Allow z-buffer with FLAT 2019-06-26 18:43:47 +02:00
Miloslav Číž
d0f873c136 Improve sorting 2019-06-26 18:33:57 +02:00
Miloslav Číž
7a2f28833b Fix a compile error 2019-06-26 18:13:25 +02:00
Miloslav Číž
6374862bd8 Update comments 2019-06-25 19:03:09 +02:00
Miloslav Číž
bb3d1fa5d6 Refactor a bit 2019-06-25 17:00:34 +02:00
Miloslav Číž
3e653ef743 Remove unused stuff 2019-06-24 20:49:00 +02:00
Miloslav Číž
31a33480dd Add material to objtool 2019-06-24 18:00:26 +02:00
Miloslav Číž
2ca331eb64 Update z-buffer 2019-06-24 00:21:14 +02:00
Miloslav Číž
e5990afb6d Add comment 2019-06-23 15:36:19 +02:00
Miloslav Číž
8aa68d6187 Add comments 2019-06-23 00:29:05 +02:00
Miloslav Číž
f2a9fd18f4 Optimize 2019-06-22 22:56:17 +02:00
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