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
508
Commits
1
Branch
18 MiB
Tree:
74e8d126fc
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '74e8d126fc'
${ noResults }
Commit Graph
10 Commits (74e8d126fc1b8f31742d698b179b2b6742be486e)
Author
SHA1
Message
Date
C. J. Howard
74e8d126fc
Improve sky pass. Add light probes.
1 year ago
C. J. Howard
1a6cfa65ff
Add rectangle area light. Replace sphere light with point light. Improve interface of all light classes
1 year ago
C. J. Howard
2afd495633
Improve frustum culling. Remove obsolete geometry primitives
2 years ago
C. J. Howard
4a96033376
Fix all W3 warnings
2 years ago
C. J. Howard
329812382b
Add missing explicit keyword to some classes with single argument constructors
2 years ago
C. J. Howard
a1aea5f075
Split game and engine code into two separate parent directories. Fix bloom pass initialization bug
2 years ago
C. J. Howard
93cd6400ea
Update copyright year
2 years ago
C. J. Howard
ce5c8b6743
Improve constraint system and add more constraint types. Improve nuptial flight camera. Improve spatial system and atmosphere system. Update EnTT to version 3.10.3
2 years ago
C. J. Howard
96c678e5fc
Move game-related components and systems out of entity namespace and into game namespace
2 years ago
C. J. Howard
e8b5693fb1
Add sky illuminance lut to sky pass. Improve calculation of atmospheric scattering coefficients. Revise color namespace. Improve vector and matrix classes.
2 years ago
C. J. Howard
3be0096615
Optimize ephemeris position calculations, calculate starlight illuminance from catalog
2 years ago
C. J. Howard
e1d5b6b3cf
Add ephemeris loader and change orbit system to be ephemeris-based
2 years ago
C. J. Howard
86308e2b90
Improve photometric and astronomic calculations
2 years ago
C. J. Howard
f9579a1588
Improve calculations of orbits and celestial body orientations.
2 years ago
C. J. Howard
54d9c199f5
Put classes related to high-level rendering into render namespace
3 years ago
C. J. Howard
d436a85745
Fix bug related to invalid pointers to reference entity components in astronomy system
3 years ago
C. J. Howard
7ec19ab5be
Rename ecs namespace to entity, move components to entity::component namespace, move systems into entity::system namespace
3 years ago
C. J. Howard
d18988d9fd
Make the observer position of the astronomy system relative to the radius of the reference body
3 years ago
C. J. Howard
6f4d7471f2
Separate atmospheric scattering-related functions out of astronomy system and into new atmosphere system
3 years ago
C. J. Howard
bfcd5f14e2
Re-add celestial body component, separate blackbody functionality out of astronomy system into new blackbody system
3 years ago
C. J. Howard
4459d51367
Add more blackbody-related functions, add functions related to refraction, improve blackbody and atmosphere-related calculations in the astronomy system
3 years ago
C. J. Howard
272c871d15
Integrate blackbody lighting with atmospheric scattering
3 years ago
C. J. Howard
9b6c9504ff
Add photometric and radiometric functions to the physics namespace, add more blackbody functions, add quadrature namespace with trapezoid rule integral approximation function, make astronomy system capable of calculating the luminous flux of a blackbody
3 years ago
C. J. Howard
9b7fe1b438
Rename solar system to orbit system, make orbit and astronomy system use new orbital mechanics functions.
Fixes
#2
3 years ago
C. J. Howard
3023e75cf5
Apply temporary fix to astronomy system and sun position calculation
4 years ago
C. J. Howard
288012a4ef
Make runnable again after multiple data module updates
4 years ago
C. J. Howard
9de00878ac
Move components and systems to ecs namespace
4 years ago
C. J. Howard
2c4e237276
Update copyright date
4 years ago
C. J. Howard
e16de75386
Add solar system
4 years ago
C. J. Howard
f83f659439
Rename solar system -> astronomy system, improve calculations of orbital positions
4 years ago