index
:
I Like Trains
main
The I Like Trains game
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gfx
/
gl
/
shadowMapper.h
Commit message (
Collapse
)
Author
Age
*
Pop and complete instanced shadow support
Dan Goodliffe
2023-04-26
|
*
DynamicPoint shadow render now supports updating the position without ↵
Dan Goodliffe
2023-03-04
|
|
|
|
calling use again
*
Fix up all the static analyzer warnings
Dan Goodliffe
2023-01-08
|
*
Tidy shadow map creation
Dan Goodliffe
2023-01-07
|
*
Only generate the first N shadow maps which are useful
Dan Goodliffe
2023-01-07
|
|
|
|
Note: we don't yet optimise the use of the shadow map texture, each still renders into its own corner
*
Add missing explicit on constructors
Dan Goodliffe
2022-12-29
|
*
Generate 4 bands of shadow maps
Dan Goodliffe
2022-12-28
|
*
Generate a single shadow band and region definition
Dan Goodliffe
2022-12-28
|
*
Initial support for multiple shadow maps in the same texture
Dan Goodliffe
2022-12-28
|
*
First cut of view scope shadow mapper view
Dan Goodliffe
2022-12-18
|
*
Explicit ShadowMapper size only, no default
Dan Goodliffe
2022-12-04
|
*
Initial commit of the shadow map generator and shadows render interface
Dan Goodliffe
2022-12-03
Lots of hard coding, buggy in places, far from great, but the basics work.