Component reference
Scene Composition components
Primitive Geometry component
3min
description the primitive geometry component allows you to create basic geometric shapes directly within your scene without importing external 3d models it’s ideal for quick prototyping and adding simple shapes to your environment properties property description geometry type selects the type of geometry to create, such as box , sphere , cylinder , capsule , plane , circle , ring , torusknot , and more parameters provides specific settings for the chosen geometry type, allowing you to customize dimensions, segments, and other attributes each geometry type has its own set of customizable parameters for example, box geometry includes width, height, and depth properties, while sphere includes radius and segments important details all geometries are procedurally generated and can be adjusted in real time by modifying their parameters you can apply materials and textures to these geometries, making them suitable for prototyping, architectural elements, or background objects