SimpleMeshGeneratorGenerateDoor(Int32, Double, Double, Double, Double, Double, Boolean, Vector3, Vector3, Vector4, Vector2, Int32, SimpleMeshGeneratorFace) Method |
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void GenerateDoor(
int axis,
double width,
double height,
double depth,
double doorWidth,
double doorHeight,
bool insideOut,
out Vector3[] positions,
out Vector3[] normals,
out Vector4[] tangents,
out Vector2[] texCoords,
out int[] indices,
out SimpleMeshGeneratorFace[] faces
)
Parameters
- axis Int32
-
- width Double
-
- height Double
-
- depth Double
-
- doorWidth Double
-
- doorHeight Double
-
- insideOut Boolean
-
- positions Vector3
-
- normals Vector3
-
- tangents Vector4
-
- texCoords Vector2
-
- indices Int32
-
- faces SimpleMeshGeneratorFace
-
See Also