Magnus Norddahl
|
941cf6228a
|
Sort surfaces into smoothing groups and render the entire group into a surface tile
Extend the raytracing of a surface tile by one to get better transitions
Fix Plane.Distance(point) not actually returning the distance to the point!
|
2022-08-28 21:04:41 +02:00 |
|
RaveYard
|
114b5c68d2
|
Fix certain broken normals
|
2022-06-22 14:30:56 +02:00 |
|
RaveYard
|
038259a590
|
Add support for most common slope types
Certain actors used to make slopes aren't still supported
|
2022-06-22 14:30:51 +02:00 |
|
Magnus Norddahl
|
cb42f82bfc
|
Replace the vector/matrix classes with something behaving a bit more like glsl
|
2021-11-12 22:40:29 +01:00 |
|
Magnus Norddahl
|
a647f21501
|
Add the gzdoom model loaders
|
2021-10-14 17:12:05 +02:00 |
|
Magnus Norddahl
|
908c048464
|
- rename classes and enums that used the _t typedef convention
|
2018-11-09 21:55:07 +01:00 |
|
Magnus Norddahl
|
75e18b10e1
|
- normalize some whitespace and remove useless "documentation" comments
|
2018-11-09 21:46:34 +01:00 |
|
Magnus Norddahl
|
7756bba61f
|
- remove unused Pluecker and Rand classes
|
2018-11-09 21:28:03 +01:00 |
|
Magnus Norddahl
|
4ceab7cec7
|
- remove kex prefix from classes
|
2018-11-09 21:26:00 +01:00 |
|
Magnus Norddahl
|
d6c3b7e8ef
|
- removed explicit keyword
|
2018-11-06 10:18:16 +01:00 |
|
Magnus Norddahl
|
d3d7174c77
|
- inline kexBBox::Center and kexBBox::Extents as they are also time critical
|
2018-11-04 23:20:33 +01:00 |
|
Magnus Norddahl
|
be5b3a79db
|
- inline the vector classes as they are so time critical
|
2018-11-04 23:14:20 +01:00 |
|
Kevin Caccamo
|
8d930df8fd
|
Fix compilation errors on Ubuntu 16.04
|
2018-11-04 05:19:16 -05:00 |
|
Magnus Norddahl
|
0ac4781d5e
|
- fix 3d floor sides
|
2018-11-04 03:37:36 +01:00 |
|
Magnus Norddahl
|
265da537ab
|
- remove common.h
- move math classes
|
2018-11-03 18:08:45 +01:00 |
|