The vertex data handled my ModelDrawable now contains information for specifying the normal map for the geometry. This can come from the model file (if specified), or it can use a common default normal map (e.g., simple +Z vector). Also, one can manually specify a custom file as the normal map.
libgui|ModelDrawable: Normal and height maps
The vertex data handled my ModelDrawable now contains information for
specifying the normal map for the geometry. This can come from the
model file (if specified), or it can use a common default normal map
(e.g., simple +Z vector). Also, one can manually specify a custom file
as the normal map.