Hugo Locurcio b4eff8de9d Update all demos for Godot 4.6, fix Global Illumination demo 2 周之前
..
screenshots 518eb6df52 Add a large world coordinates demo 2 年之前
README.md b4c73f4888 Fix README links to asset library (#1078) 1 年之前
controls.gd 520b4a7870 Improve style in many demos (#1263) 4 月之前
controls.gd.uid 14fcc0e133 Update all demo projects for Godot 4.5 and use path-deterministic UIDs (#1258) 4 月之前
icon.webp 518eb6df52 Add a large world coordinates demo 2 年之前
icon.webp.import 14fcc0e133 Update all demo projects for Godot 4.5 and use path-deterministic UIDs (#1258) 4 月之前
project.godot b4eff8de9d Update all demos for Godot 4.6, fix Global Illumination demo 2 周之前
test.tscn b4eff8de9d Update all demos for Godot 4.6, fix Global Illumination demo 2 周之前

README.md

Large World Coordinates

This project showcases optional support for double-precision rendering and physics in action.

When using a single-precision build, precision errors can be noticeable as soon as you're more than a few thousand units away from the world origin.

When using a double-precision build, meshes will remain stable even when very far away from the world origin (billions of units away or more).

See the Large world coordinates documentation for more information.

Warning

Official Godot builds do not have double-precision support enabled for performance reasons. You need to compile a custom engine build to use double precision support.

Languages: GDScript

Renderer: Mobile

Check out this demo on the asset library: https://godotengine.org/asset-library/asset/2786

Screenshots

Large World Coordinates without double-precision engine build

Large World Coordinates with double-precision engine build