TorusMesh (original) (raw)
Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
Inherits: PrimitiveMesh < Mesh < Resource < RefCounted < Object
Class representing a torus PrimitiveMesh.
Description
Class representing a torus PrimitiveMesh.
Properties
float | inner_radius | 0.5 |
---|---|---|
float | outer_radius | 1.0 |
int | ring_segments | 32 |
int | rings | 64 |
Property Descriptions
The inner radius of the torus.
The outer radius of the torus.
The number of edges each ring of the torus is constructed of.
The number of slices the torus is constructed of.