Create New Wizard: Difference between revisions

From Resonite Wiki
add create new page
 
add more information
Line 11: Line 11:
=== 3D Model ===
=== 3D Model ===


* Box - Spawns a box using a [[BoxMesh (Component) | BoxMesh]]
* Box: Spawns a box using a [[BoxMesh (Component) | BoxMesh]]
* Capsule - Spawns a capsule using a [[CapsuleMesh (Component) | CapsuleMesh]]
* Capsule: Spawns a capsule using a [[CapsuleMesh (Component) | CapsuleMesh]]
* Cone - Spawns a cone using a [[ConeMesh (Component) | ConeMesh]]
* Cone: Spawns a cone using a [[ConeMesh (Component) | ConeMesh]]
* Cylinder - Spawns a cylinder using a [[CylinderMesh (Component) | CylinderMesh]]
* Cylinder: Spawns a cylinder using a [[CylinderMesh (Component) | CylinderMesh]]
* Grid - Spawns a grid using a [[GridMesh (Component) | GridMesh]]
* Grid: Spawns a grid using a [[GridMesh (Component) | GridMesh]]
* Quad - Spawns a quad using a [[QuadMesh (Component) | QuadMesh]]
* Quad: Spawns a quad using a [[QuadMesh (Component) | QuadMesh]]
* Sphere - Spawns a sphere using a [[SphereMesh (Component) | SphereMesh]]
* Sphere: Spawns a sphere using a [[SphereMesh (Component) | SphereMesh]]
* Torus - Spawns a torus using a [[TorusMesh (Component) | TorusMesh]]
* Torus: Spawns a torus using a [[TorusMesh (Component) | TorusMesh]]
* Triangle - Spawns a triangle using a [[TriangleMesh (Component) | TriangleMesh]]
* Triangle: Spawns a triangle using a [[TriangleMesh (Component) | TriangleMesh]]


=== Collider ===
=== Collider ===


* Box - Spawns a [[BoxCollider (Component) | BoxCollider]]
* Box: Spawns a [[BoxCollider (Component) | BoxCollider]]
* Capsule - Spawns a [[CapsuleCollider (Component) | CapsuleCollider]]
* Capsule: Spawns a [[CapsuleCollider (Component) | CapsuleCollider]]
* Cone - Spawns a [[ConeCollider (Component) | ConeCollider]]
* Cone: Spawns a [[ConeCollider (Component) | ConeCollider]]
* Cylinder - Spawns a [[CylinderCollider (Component) | CylinderCollider]]
* Cylinder: Spawns a [[CylinderCollider (Component) | CylinderCollider]]
* Mesh - Spawns a [[MeshCollider (Component) | MeshCollider]]
* Mesh: Spawns a [[MeshCollider (Component) | MeshCollider]]
* Sphere - Spawns a [[SphereCollider (Component) | SphereCollider]]
* Sphere: Spawns a [[SphereCollider (Component) | SphereCollider]]


=== Editor ===
=== Editor ===
Line 42: Line 42:
* [[World Configuration]]
* [[World Configuration]]
* [[World Permission Controller]]
* [[World Permission Controller]]
=== Light ===
You can create three types of light, just like with the [[Light Tool | light tool]].
* '''Directional''': Acts as a sun
* '''Point''': Point light mode will let you create point light orbs by clicking primary.
* '''Spot''': Spot will allow you to create spot light cones by clicking primary.
=== Materials ===
This category allows you to create any of the [[:Category:Materials | materials]] available in Resonite.
=== Uncategorized ===
* Empty object - Spawns an empty slot and opens an inspector for it
* [[Particles | Particle system]]

Revision as of 08:42, 15 January 2024

Small window with the title "New" displaying a list of 3D models and other objects the user can create.
The wizard window itself.

The create new is a menu available through the context menu of the developer tool named "Create New".

Resonite context menu with the option "Create new" highlighted
How to open the window.

Contents

The "Create" window allows you to create multiple objects within different categories.

3D Model

Collider

Editor

The "Create new" menu also allows you to spawn the following editors:

Light

You can create three types of light, just like with the light tool.

  • Directional: Acts as a sun
  • Point: Point light mode will let you create point light orbs by clicking primary.
  • Spot: Spot will allow you to create spot light cones by clicking primary.

Materials

This category allows you to create any of the materials available in Resonite.

Uncategorized

  • Empty object - Spawns an empty slot and opens an inspector for it
  • Particle system