├── HeightMapShadow.cpp ├── HeightMapShadow.h ├── HeightMapShadowTest.cpp ├── LICENSE.md ├── README.md ├── VL234f.h └── stb_image_mini.h /HeightMapShadow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwillmott/height-map-shadow/HEAD/HeightMapShadow.cpp -------------------------------------------------------------------------------- /HeightMapShadow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwillmott/height-map-shadow/HEAD/HeightMapShadow.h -------------------------------------------------------------------------------- /HeightMapShadowTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwillmott/height-map-shadow/HEAD/HeightMapShadowTest.cpp -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwillmott/height-map-shadow/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwillmott/height-map-shadow/HEAD/README.md -------------------------------------------------------------------------------- /VL234f.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwillmott/height-map-shadow/HEAD/VL234f.h -------------------------------------------------------------------------------- /stb_image_mini.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwillmott/height-map-shadow/HEAD/stb_image_mini.h --------------------------------------------------------------------------------