소스 검색

Disable sampling

Reduce post FX features, but reduce resource consumption.
DricomDragon 4 년 전
부모
커밋
bb54f692e7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      project.godot

+ 2 - 2
project.godot

@@ -129,7 +129,7 @@ p7_right={
 
 [rendering]
 
-quality/intended_usage/framebuffer_allocation=0
-quality/intended_usage/framebuffer_allocation.mobile=0
+quality/intended_usage/framebuffer_allocation=1
+quality/intended_usage/framebuffer_allocation.mobile=1
 quality/2d/use_pixel_snap=true
 environment/default_clear_color=Color( 0.152941, 0, 0.12549, 1 )