johang88 / TR.Stride

Various stride utilities / projects (stride3d.net)
MIT License
51 stars 8 forks source link

TR.Stride

Various stride utilities / projects (stride3d.net)

Atmosphere and Ocean

TR.Stride.Atmosphere

Implementation of https://github.com/sebh/UnrealEngineSkyAtmosphere

Usage

Issues

TR.Stride.Ocean

Implementation of https://github.com/gasgiant/FFT-Ocean/

Usage

Customization

Custom materials and models can be generated by implementing the IOceanMesh and IOceanMaterial interfaces, default implementations of a basic lod material and corresponding clip mesh are provided. The material implementation can be set to return null in case custom render features are used instead of the regular material system.

Issues