├── .gitignore ├── LICENSE ├── README.md ├── compile.bat ├── compile.sh ├── deps └── README.txt └── src ├── ai_ocean_samplelayers.cpp └── ai_ocean_samplelayers.mtd /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mruegenberg/mrAiHouOceanShader/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mruegenberg/mrAiHouOceanShader/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mruegenberg/mrAiHouOceanShader/HEAD/README.md -------------------------------------------------------------------------------- /compile.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mruegenberg/mrAiHouOceanShader/HEAD/compile.bat -------------------------------------------------------------------------------- /compile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mruegenberg/mrAiHouOceanShader/HEAD/compile.sh -------------------------------------------------------------------------------- /deps/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mruegenberg/mrAiHouOceanShader/HEAD/deps/README.txt -------------------------------------------------------------------------------- /src/ai_ocean_samplelayers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mruegenberg/mrAiHouOceanShader/HEAD/src/ai_ocean_samplelayers.cpp -------------------------------------------------------------------------------- /src/ai_ocean_samplelayers.mtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mruegenberg/mrAiHouOceanShader/HEAD/src/ai_ocean_samplelayers.mtd --------------------------------------------------------------------------------