mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 14:10:55 +03:00
This demo showcases how to use low-level Servers to achieve better CPU performance when drawing large amounts of objects. The code has been updated for Godot 3.2, cleaned up and has received additional comments.
35 lines
640 B
Plaintext
35 lines
640 B
Plaintext
[remap]
|
|
|
|
importer="texture"
|
|
type="StreamTexture"
|
|
path="res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex"
|
|
metadata={
|
|
"vram_texture": false
|
|
}
|
|
|
|
[deps]
|
|
|
|
source_file="res://icon.png"
|
|
dest_files=[ "res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" ]
|
|
|
|
[params]
|
|
|
|
compress/mode=0
|
|
compress/lossy_quality=0.7
|
|
compress/hdr_mode=0
|
|
compress/bptc_ldr=0
|
|
compress/normal_map=0
|
|
flags/repeat=0
|
|
flags/filter=true
|
|
flags/mipmaps=false
|
|
flags/anisotropic=false
|
|
flags/srgb=2
|
|
process/fix_alpha_border=true
|
|
process/premult_alpha=false
|
|
process/HDR_as_SRGB=false
|
|
process/invert_color=false
|
|
stream=false
|
|
size_limit=0
|
|
detect_3d=true
|
|
svg/scale=1.0
|