9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-29 03:49:15 +00:00

完成第三人称光线追踪,修复眼睛位置

This commit is contained in:
XiaoMoMi
2025-11-29 21:28:02 +08:00
parent 0b3d52b39b
commit 8d9be05f11
12 changed files with 152 additions and 75 deletions

View File

@@ -554,11 +554,13 @@ chunk-system:
# [Premium Exclusive]
client-optimization:
# Using server-side ray tracing algorithms to hide block entities/furniture and reduce client-side rendering pressure.
# Requires a restart to fully apply.
entity-culling:
enable: true
view-distance: 64
# Using server-side ray tracing algorithms to hide block entities/furniture and reduce client-side rendering pressure.
ray-tracing: true
# Cull entities based on distance
view-distance: 64 # -1 = no limit
# Determining the number of threads to execute these raytrace operations
threads: 1
# Limit the maximum number of entities with visibility changes per tick for one player