https://github.com/limztudio/InfLightProbe
Automatic Light probe generator for Unity engine. Based on "Light Grid" of "Precomputed Lighting in CoD IW 2017". and "Light probe interpolation using tetrahedral tessellations" by "Robert Cupisz".
https://github.com/limztudio/InfLightProbe
Last synced: 3 days ago
JSON representation
Automatic Light probe generator for Unity engine. Based on "Light Grid" of "Precomputed Lighting in CoD IW 2017". and "Light probe interpolation using tetrahedral tessellations" by "Robert Cupisz".
- Host: GitHub
- URL: https://github.com/limztudio/InfLightProbe
- Owner: limztudio
- Created: 2021-02-08T08:48:06.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-12T06:41:28.000Z (almost 3 years ago)
- Last Synced: 2024-06-06T22:49:30.600Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 15.9 MB
- Stars: 18
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- anything_about_game - InfLightProbe
README
# InfLightProbe
Automatic Light probe generator for Unity engine. Based on "Light Grid" of "Precomputed Lighting in CoD IW 2017". and "Light probe interpolation using tetrahedral tessellations" by "Robert Cupisz".
[](https://youtu.be/HPUnH8JLKK0)
This also need my two other projects to work normally:
[tetgen](https://github.com/limztudio/tetgen)
[colldetect](https://github.com/limztudio/colldetect)