This website works better with JavaScript.
Home
Explore
Help
Sign In
antkeeper
/
source
Watch
1
Star
0
Fork
0
Code
Issues
8
Pull Requests
0
Releases
0
Activity
516
Commits
1
Branch
18 MiB
Tree:
f25e7ce986
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'f25e7ce986'
${ noResults }
Commit Graph
6 Commits (f25e7ce98639a5666aecda993e444c634e03f66d)
Author
SHA1
Message
Date
C. J. Howard
f25e7ce986
Add std::formatter specializations for math::vector and math::matrix. Make camera calculate inverses of view and projection matrices from parameters
1 year ago
C. J. Howard
46de558337
Replace mesh class with new brep_mesh class. Add initial bvh class. Revise vector, matrix, and quaternion type naming conventions.
1 year ago
C. J. Howard
74e8d126fc
Improve sky pass. Add light probes.
1 year ago
C. J. Howard
2afd495633
Improve frustum culling. Remove obsolete geometry primitives
1 year ago
C. J. Howard
8d0610649d
Improve subframe interpolation. Remove tweens from scene objects. Clean up scene object classes
1 year ago
C. J. Howard
a1aea5f075
Split game and engine code into two separate parent directories. Fix bloom pass initialization bug
1 year ago
C. J. Howard
3b3c5a1a31
Add nodiscard attribute to math functions. Add more math constants. Improve debug log setup. Fix material pass comparator
1 year ago
C. J. Howard
93cd6400ea
Update copyright year
1 year ago
C. J. Howard
c753b8182c
Improve and consolidate quaternion struct. Add more quaternion operators
2 years ago
C. J. Howard
d344db6297
Improve matrix and vector functions. Add more matrix operators.
2 years ago
C. J. Howard
a768d52b3a
Remove dependencies on math.hpp, remove some obsolete systems
2 years ago
C. J. Howard
1d1795217b
Improve and consolidate matrix type
2 years ago
C. J. Howard
444c46a226
Add new geometric primitive types. Improve terrain mesh calculation. Update C++ version to C++20
2 years ago
C. J. Howard
c222b87f25
Improve vector class. Add simplex noise, fBm, and hash functions. Start to revise terrain system
2 years ago
C. J. Howard
6c26a61379
Add picking support to nuptial flight state. Add more constraint types. Improve nuptial flight camera.
2 years ago
C. J. Howard
e1d5b6b3cf
Add ephemeris loader and change orbit system to be ephemeris-based
2 years ago
C. J. Howard
595990a6f8
Rename configuration.hpp to config.hpp and move more constants into config.hpp
2 years ago
C. J. Howard
d339153bd5
Improve camera exposure functions
2 years ago
C. J. Howard
54d9c199f5
Put classes related to high-level rendering into render namespace
3 years ago
C. J. Howard
cdde99b948
Add configurable exposure to camera class
3 years ago
C. J. Howard
978ad7add6
Rename scene class to collection and move all scene-related classes into the scene namespace
3 years ago
C. J. Howard
2c4e237276
Update copyright date
3 years ago
C. J. Howard
de96e99c67
Make camera use reverse z projection for increased depth testing accuracy
4 years ago
C. J. Howard
a11bca4ce2
Add half z matrix projection functions
4 years ago
C. J. Howard
0a5a7035d8
Integrate previously separate unpublished VMQ math library directly into Antkeeper source
4 years ago
C. J. Howard
89b42765fa
Allow tweens to have no interpolator and set material property default interpolators
4 years ago
C. J. Howard
5a2d886113
Move dependencies to superbuild repo
4 years ago
C. J. Howard
c9779bf766
Replace old repo contents with new repo contents
4 years ago