https://github.com/Simsilica/SimFX
Game effects library.
https://github.com/Simsilica/SimFX
java jmonkeyengine jmonkeyengine3
Last synced: 8 months ago
JSON representation
Game effects library.
- Host: GitHub
- URL: https://github.com/Simsilica/SimFX
- Owner: Simsilica
- License: bsd-3-clause
- Created: 2015-08-29T08:23:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T22:52:37.000Z (11 months ago)
- Last Synced: 2024-11-18T23:46:28.128Z (11 months ago)
- Topics: java, jmonkeyengine, jmonkeyengine3
- Language: Java
- Homepage:
- Size: 200 KB
- Stars: 10
- Watchers: 4
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
- Awesome-JMonkeyEngine - SimFX
README
# SimFX
General video game effects packaged in jMonkeyEngine friendly components.
Currently includes:
## LightingState
A jMonkeyEngine AppState that manages a DirectionalLight and AmbientLight making the parameters easily available to the rest of the game.
## SkyState
Includes related shaders and a TruncatedDome mesh. This is an AppState that allows a game to easily include a sky based
on atmospheric scattering. An optional ground plane can be included and there are lighting shaders that include
atmospheric scattering that your own terrain and models can use. The atmospheric scattering code is also separated into
shader libraries that can be included in other shaders.