mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Merge pull request #67948 from DeeJayLSP/split_webp
Overhaul WebP packer and split compression options
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<param index="3" name="lossy_quality" type="float" default="0.8" />
|
||||
<description>
|
||||
Initializes the compressed texture from a base image. The compression mode must be provided.
|
||||
If this image will be used as a normal map, the "normal map" flag is recommended, to ensure optimum quality.
|
||||
[param normal_map] is recommended to ensure optimum quality if this image will be used as a normal map.
|
||||
If lossy compression is requested, the quality setting can optionally be provided. This maps to Lossy WebP compression quality.
|
||||
</description>
|
||||
</method>
|
||||
|
||||
Reference in New Issue
Block a user