Aaron Franke 5646c6a7a8 Open and save 3D demos in Godot 4.3 stable (#1109) 4 місяців тому
..
screenshots f7e3ceb31e Add camera controls to the Physical Light and Camera units demo (#931) 1 рік тому
README.md b4c73f4888 Fix README links to asset library (#1078) 6 місяців тому
icon.webp d4496aada8 Add a 3D physical light and camera units demo 1 рік тому
icon.webp.import d4496aada8 Add a 3D physical light and camera units demo 1 рік тому
living_room.blend d4496aada8 Add a 3D physical light and camera units demo 1 рік тому
living_room.glb d4496aada8 Add a 3D physical light and camera units demo 1 рік тому
living_room.glb.import 5646c6a7a8 Open and save 3D demos in Godot 4.3 stable (#1109) 4 місяців тому
options.gd f7e3ceb31e Add camera controls to the Physical Light and Camera units demo (#931) 1 рік тому
project.godot 5646c6a7a8 Open and save 3D demos in Godot 4.3 stable (#1109) 4 місяців тому
test.tscn 785e3213d5 Use higher shadow filtering quality settings in 3D demos (#1067) 7 місяців тому

README.md

Physical Light and Camera Units

This demo showcases a physical light and camera units setup. This allows you to use real world units for lights (lumen, lux, Kelvin) and cameras (shutter speed, aperture, ISO sensitivity).

By default, Godot uses arbitrary units for many physical properties that apply to light like color, energy, camera field of view, and exposure. These properties use arbitrary units, because using accurate physical units comes with a few tradeoffs that aren't worth it for many games. As Godot favors ease of use out of the box, physical light units are disabled by default.

If you aim for photorealism in your project, using real world units as a basis can help make things easier to adjust. References for real world materials, lights and scene brightness are wildly available on websites such as Physically Based.

Language: GDScript

Renderer: Forward+

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

Screenshots

Screenshot