virtualx-engine/modules/opensimplex
nevarek 2167b977de
Optimize data format for OpenSimplex images
The previous RGBA format included unused RGB data. Using the LA8 format
removes the need to store the extra data.

The Docs have been updated to reflect the format changes.

(cherry picked from commit 041fe20f64)
2021-01-13 16:17:07 +01:00
..
doc_classes
icons
config.py
noise_texture.cpp
noise_texture.h
open_simplex_noise.cpp
open_simplex_noise.h
register_types.cpp
register_types.h
SCsub