Click or drag to resize

SimpleMeshGeneratorGenerateRoundingBox(Vector3, Vector3, Int32, Boolean, Vector3, Vector3, Vector4, Vector2, Int32, SimpleMeshGeneratorFace) Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static void GenerateRoundingBox(
	Vector3 size,
	Vector3 roundingRadiuses,
	int roundingSegments,
	bool insideOut,
	out Vector3[] positions,
	out Vector3[] normals,
	out Vector4[] tangents,
	out Vector2[] texCoords,
	out int[] indices,
	out SimpleMeshGeneratorFace[] faces
)

Parameters

size  Vector3
 
roundingRadiuses  Vector3
 
roundingSegments  Int32
 
insideOut  Boolean
 
positions  Vector3
 
normals  Vector3
 
tangents  Vector4
 
texCoords  Vector2
 
indices  Int32
 
faces  SimpleMeshGeneratorFace
 
See Also