Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Replace NULL with nullptr
|
|
|
|
|
|
|
|
|
|
While at it, tweak some boolean setters to use `p_enabled` for the bool.
Also renames `draw_minimap()` to `set_draw_minimap()`.
|
|
This allows for finer control over 3D rendering resolution.
Supersampling can also be performed by setting a 3D rendering
resolution above 1.0, which is useful for offline rendering or
for very high-end GPUs.
|
|
|
|
|
|
|
|
This property was intended to provide a way to have SSAO or VoxelGI
ambient occlusion with a color other than black. However, it was
dropped during the Vulkan renderer development due to the performance
overhead it caused when the feature wasn't used.
|
|
VisualServer no longer exists in the `master` branch.
|
|
|
|
|
|
Remove bogus sky error check
|
|
Move assignment of SSAO radius push constant
|
|
|
|
|
|
|
|
and similar cases
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Occlusion culling fixes
|
|
|
|
|
|
|
|
Remove 16× MSAA support due to driver bugs and low performance
|
|
Compute horizon SO threshold before transformation
|
|
Vulkan: Fix CanvasItem::use_parent_material
|
|
Add glTF2 uri decode for paths.
Add vertex custom apis.
Add scene importer api.
Change Color to float; add support for float-based custom channels in SurfaceTool and EditorSceneImporterMesh
Co-authored-by: darth negative hunter
<thenegativehunter2@users.noreply.github.com>
|