Replace some "uncommon" words in class reference
This commit is contained in:
parent
9e65c5c0f4
commit
61bdbdd9ee
19 changed files with 24 additions and 24 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="ResourceImporterOBJ" inherits="ResourceImporter" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
||||
<brief_description>
|
||||
Imports an OBJ 3D model as a standalone [Mesh] or scene.
|
||||
Imports an OBJ 3D model as an independent [Mesh] or scene.
|
||||
</brief_description>
|
||||
<description>
|
||||
Unlike [ResourceImporterScene], [ResourceImporterOBJ] will import a single [Mesh] resource by default instead of importing a [PackedScene]. This makes it easier to use the [Mesh] resource in nodes that expect direct [Mesh] resources, such as [GridMap], [GPUParticles3D] or [CPUParticles3D]. Note that it is still possible to save mesh resources from 3D scenes using the [b]Advanced Import Settings[/b] dialog, regardless of the source format.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue