summaryrefslogtreecommitdiffstats
path: root/scene/resources/material.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix unsafe murmur3 hash use for the default material keys, expose alpha hash ↵bruvzg2023-01-241-41/+19
| | | | transparency mode for default materials and Label3D and Sprite3D.
* Merge pull request #70377 from dsnopek/server-export-mk2Rémi Verschelde2023-01-231-0/+8
|\ | | | | | | Add "dedicated server" export mode which can strip unneeded visual resources
| * Add "dedicated server" export mode which can strip unneeded visual resourcesDavid Snopek2023-01-231-0/+8
| |
* | Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-1/+1
| |
* | Clean up shader parameter remapJuan Linietsky2023-01-211-13/+44
| | | | | | | | | | | | | | | | | | This PR is a follow up to #64092, which fixed important issues but it was implemented in an overly complex and inefficient way (because it forced the default code path to always go through string operations). This cleans up all the shader parameter code. This fixes #54336. Also fixes #56219 because, as the new code never queries the RenderingServer on load, potential deadlocks are avoided. **NOTE**: materials saved between #62972 and #64092 will no longer work and will need to be resaved in an earlier version.
* | Remove SCREEN_TEXTURE, DEPTH_TEXTURE, and NORMAL_ROUGHNESS_TEXTUREclayjohn2023-01-181-2/+10
|/ | | | in favour of texture hints
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
| | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see".
* Add safety-checks before some servers `free()`Adam Scott2022-12-291-0/+2
|
* Use circular fade instead of linear fade for distance fadeHugo Locurcio2022-12-051-4/+5
| | | | | | This makes distance fade look the same regardless of the camera angle, for all distance fade modes (Pixel Alpha, Pixel Dither, Object Dither). Distance fade now behaves like fog in this regard.
* Simplify GDVIRTUAL_REQUIRED_CALL callskobewi2022-11-301-10/+5
|
* Simplify GDVIRTUAL_CALL callskobewi2022-10-191-10/+7
|
* Merge pull request #66221 from Mickeon/painstakingly-appending-ds-en-you-tea-esRémi Verschelde2022-10-111-3/+3
|\ | | | | | | Rename remaining "*_enable" to "*_enabled"
| * Rename remaining "*_enable" to "*_enabled"Micky2022-09-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Material.`proximity_fade_enable` -> `proximity_fade_enabled` Material.`set_proximity_fade` -> `set_proximity_fade_enabled` (Material.`is_proximity_fade_enabled` is unchanged) Area3D.`reverb_bus_enable` -> `reverb_bus_enabled` (`set_use_reverb_bus` & `is_using_reverb_bus` are unchanged) RDPipelineRasterizationState: `depth_bias_enable` -> `depth_bias_enabled` `set_depth_bias_enable` -> `set_depth_bias_enabled` `get_depth_bias_enable` -> `get_depth_bias_enabled` Bonus: Area3D.`set_reverb_bus` -> `set_reverb_bus_name` Area3D.`get_reverb_bus` -> `set_get_reverb_bus_name`
* | Fix MSVC warning C4702: unreachable codeRémi Verschelde2022-09-281-2/+0
|/ | | | Part of #66537.
* Fix sorting of uniform items in the material propertiesYuri Rubinsky2022-09-161-14/+16
| | | | | Co-authored-by: Chia-Hsiang Cheng <garychia@users.noreply.github.com>
* Merge pull request #64092 from nathanfranke/shader-uniformRémi Verschelde2022-09-141-33/+10
|\
| * prefix shader parameters with "shader_parameter/"Nathan Franke2022-09-021-33/+10
| |
* | Calculate MODELVIEW_NORMAL_MATRIX for billboard materialsJohan Aires Rastén2022-09-101-1/+5
|/ | | | Solves #65627
* Merge pull request #64952 from Chaosus/vs_rename_uniform_to_paramRémi Verschelde2022-09-021-17/+19
|\
| * Rename `uniform` to `parameter` across the engineYuri Rubinsky2022-09-011-17/+19
| |
* | Implement Physical Light Units as an optional setting.clayjohn2022-08-311-9/+36
|/ | | | | | This allows light sources to be specified in physical light units in addition to the regular energy multiplier. In order to avoid loss of precision at high values, brightness values are premultiplied by an exposure normalization value. In support of Physical Light Units this PR also renames CameraEffects to CameraAttributes.
* Improve documentation for BaseMaterial3D's alpha scissor thresholdHugo Locurcio2022-08-291-0/+2
|
* Merge pull request #58600 from Calinou/material-triplanar-sharpness-clampRémi Verschelde2022-08-221-4/+6
|\
| * Clamp BaseMaterial3D triplanar sharpness to values that never look brokenHugo Locurcio2022-02-271-4/+6
| |
* | Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-82/+82
| |
* | Make `property_*_revert` methods multilevel and expose them for scriptingYuri Sizov2022-08-181-7/+5
| |
* | capitalize shader uniform groupsNathan Franke2022-08-081-2/+2
| |
* | Use interleaved gradient noise for distance fadeHugo Locurcio2022-08-051-26/+9
| | | | | | | | | | This provides better visuals and performance compared to the previous ordered dither.
* | Rename shader parameter uniform setter/getter methods for consistencyHugo Locurcio2022-08-041-17/+17
| | | | | | | | | | | | `shader_uniform` is now consistenly used across both per-shader and per-instance shader uniform methods. This makes methods easier to find in the class reference when looking for them.
* | Tweak StandardMaterial3D's default height propertiesHugo Locurcio2022-08-041-3/+5
| | | | | | | | | | - Set the default height scale to 5.0 and multiply it by 0.01 in the shader. - Document heightmap properties in BaseMaterial3D class reference.
* | Change default material alpha scissor threshold to 0.5Hugo Locurcio2022-08-011-2/+2
| | | | | | | | | | | | | | | | This makes the default behavior consistent between SpriteBase3D, BaseMaterial3D and imported glTF scene materials. Alpha scissor threshold property hints now allows for more precise adjustments as well.
* | Hide triplanar subproperties when triplanar is disabled in BaseMaterial3DHugo Locurcio2022-07-301-3/+20
| | | | | | | | This also renames some sections for consistency.
* | Implement shader uniform groups/subgroupsYuri Rubinsky2022-07-261-1/+92
| |
* | Clean up Hash Functionsreduz2022-06-201-1/+1
| | | | | | | | | | | | | | Clean up and do fixes to hash functions and newly introduced murmur3 hashes in #61934 * Clean up usage of murmur3 * Fixed usages of binary murmur3 on floats (this is invalid) * Changed DJB2 to use xor (which seems to be better)
* | Merge pull request #62042 from ↵Rémi Verschelde2022-06-141-1/+12
|\ \ | | | | | | | | | | | | Calinou/basematerial3d-nearest-height-always-linear Always sample the heightmap with linear filtering in BaseMaterial3D
| * | Always sample the heightmap with linear filtering in BaseMaterial3DHugo Locurcio2022-06-141-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | Nearest-neighbor filtering of the heightmap results in a broken appearance, with and without Deep Parallax enabled on the material. Linear filtering results in a more expected appearance. This does not affect other texture maps such as albedo, normal or roughness.
* | | Add Vector2/3 linking to more propertiesFireForge2022-06-141-2/+2
|/ / | | | | | | | | | | | | | | | | | | - Camera2D.zoom - CanvasLayer.scale - ParallaxBackground.scroll_base_scale - ParallaxLayer.motion_scale - Polygon2D.texture_scale - BaseMaterial3D.uv1_scale - BaseMaterial3D.uv2_scale
* | Add suffixes to all nodes and resourcesFireForge2022-06-111-5/+5
| |
* | Rename BaseMaterial3D properties to use fully spelled out "texture"Hugo Locurcio2022-05-241-3/+3
| | | | | | | | | | | | | | | | | | | | This is more consistent with other BaseMaterial properties such as `ao_texture_channel`. This also improves the documentation related to `albedo_texture_force_srgb`. This also fixes a typo in the 3.x material converter.
* | Merge pull request #60803 from Chaosus/shader_hint_renameRémi Verschelde2022-05-241-16/+16
|\ \ | | | | | | Rename `hint_albedo`, `hint_white/black` in shaders
| * | Rename `hint_albedo`, `hint_white/black` in shadersYuri Roubinsky2022-05-091-16/+16
| | |
* | | Add basic lighting to GLES3 renderer.clayjohn2022-05-161-2/+0
| | | | | | | | | | | | This includes all three light types and IBL, but does not include shadows or any form of GI
* | | Replace most uses of Map by HashMapreduz2022-05-161-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Map is unnecessary and inefficient in almost every case. * Replaced by the new HashMap. * Renamed Map to RBMap and Set to RBSet for cases that still make sense (order matters) but use is discouraged. There were very few cases where replacing by HashMap was undesired because keeping the key order was intended. I tried to keep those (as RBMap) as much as possible, but might have missed some. Review appreciated!
* | | Make `{call,set,notify}_group()` immediate by defaultHugo Locurcio2022-05-051-1/+1
|/ / | | | | | | | | | | | | This results in less surprising behavior out of the box. Internal usages were modified to keep the existing behavior identical there.
* | Implement placeholder assetsreduz2022-04-281-0/+3
| | | | | | | | | | | | | | | | | | * Placeholder textures * Placeholder meshes * Placeholder material This PR is the first step towards implementing https://github.com/godotengine/godot-proposals/issues/2756 It adds an asset type that uses no resources, which can be used to replace the existing ones on export for using on the upcoming server export.
* | Implement Label3D node.bruvzg2022-04-221-20/+107
| | | | | | | | | | | | | | | | | | Add "generate_mipmap" font import option. Add some missing features to the Sprite3D. Move BiDi override code from Control to TextServer. Add functions to access TextServer font cache textures. Add MSDF related flags and shader to the standard material. Change standard material cache to use HashMap instead of Vector.
* | Rename several transform built-ins in shadersYuri Roubinsky2022-03-181-12/+12
| |
* | Discern between virtual and abstract class bindingsreduz2022-03-101-0/+36
|/ | | | | | | | | | | | | | * Previous "virtual" classes (which can't be instantiated) are not corretly named "abstract". * Added a new "virtual" category for classes, they can't be instantiated from the editor, but can be inherited from script and extensions. * Converted a large amount of classes from "abstract" to "virtual" where it makes sense. Most classes that make sense have been converted. Missing: * Physics servers * VideoStream * Script* classes. which will go in a separate PR due to the complexity involved.
* Use Filament specular models and parametrizationclayjohn2022-02-221-21/+13
|
* Fix SelfList::remove error when animating Sprite3DIgor Kordiukiewicz2022-02-111-1/+3
|