-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Update navigation different actor types #7558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ting macros with a short list of supported macros
Since there is no "3.x " branch of the docs, I'm not sure which branch the link should point to instead. I went with the latest 3.x, but maybe 3.0 is better?
Updates NavigationObstacle doc for avoidance rework.
This also adds a tip about using a NoiseTexture3D as particle attractor vector field texture.
Co-authored-by: Clay John <claynjohn@gmail.com>
Updates NavigationAgent doc for avoidance rework.
Fixes wrong navigation agent example code.
The code was originally using Physics2DServer which has been renamed to PhysicsServer2D in 4.x
…ry to work (#7379) Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
Docs part of godotengine/godot-cpp#1095 Same changes as godotengine/godot-cpp#1115
Small typo correction. There is a line "Set the base window width to 720 and window height to 1080." It seems the 1080 should be changed to 1280.
….rst The code example at the end of the openXR passthrough tutorial refers to the `XR_ENV_BLEND_MODE_ALPHA_BLEND` constant. That constant, however, is not accessible in the scope. Instead, it is a member of the `xr_interface` object.
Minor grammar correction in your_first_3d_shader.rst
Mark cutout_animation as outdated
Update multiple_resolutions.rst
Replace references to interpolate_baked with sample_baked.
Update physics material info on instancing page
Fix references to XR_ENV_BLEND_MODE_ALPHA_BLEND in openxr_passthrough
Change WORLD_NORMAL_MATRIX to MODEL_NORMAL_MATRIX
…method changed collisionInfo.Normal to collisionInfo.GetNormal()
Updates to visual_shaders.rst to show new way to create visual shaders
Updates navigation different actor types.
|
Is this supposed to target the master branch? |
This is the Godot 4.0 version. I am not sure if master is already set for 4.1 or not. |
|
#7557 is also targeting master. |
|
Piralein is right. I've merged the 4.1 version into the master branch. This PR needs to be changed to target the 4.0 branch. |
|
Na forget this pr, the amount of change git wants me to do to rebase this back is horrendous, I am making a new pr. |
Updates navigation different actor types.
Godot 4.0 version of #7557.