File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -145,8 +145,8 @@ Method ``_parse_file`` changes return type to ``Array`` and removes ``msgids`` a
145
145
146
146
.. note ::
147
147
148
- The method ``_get_import_flags `` was never used by the engine, since it was open source. So it was removed
149
- despite the compat breakage as there's no way for users to rely on this affecting engine behavior.
148
+ The method ``_get_import_flags `` was never used by the engine. It was removed despite the
149
+ compatibility breakage as there's no way for users to rely on this affecting engine behavior.
150
150
151
151
Behavior changes
152
152
----------------
@@ -174,16 +174,16 @@ CSG
174
174
175
175
The CSG implementation now uses Emmett Lalish's `Manifold <https://github.com/elalish/manifold >`_ library (`GH-94321 `_).
176
176
The new implementation is more consistent with manifold definitions and fixes a number of bugs and stability
177
- issues. As a result, non-manifold meshes are no longer supported. Use ``MeshInstance3D `` for rendering quads
178
- and other non-manifold geometry.
177
+ issues. As a result, non-manifold meshes are no longer supported. You can use ``MeshInstance3D `` for
178
+ rendering non-manifold geometry, such as quads or planes .
179
179
180
180
Android
181
181
~~~~~~~
182
182
183
183
.. note ::
184
184
185
- Android sensor events are no longer enabled by default (`GH-94799 `_), projects that use sensor events can
186
- enable them as needed in Project Settings under "input_devices/sensors/" .
185
+ Android sensor events are no longer enabled by default (`GH-94799 `_). Projects that use sensor events can
186
+ enable them as needed in Project Settings under ** Input Devices > Sensors ** .
187
187
188
188
.. |❌ | replace :: :abbr: `❌ ( This API breaks compatibility. ) `
189
189
.. |✔️ | replace :: :abbr: `✔️ ( This API does not break compatibility. ) `
You can’t perform that action at this time.
0 commit comments