CreateTriMesh# Mesh *CreateTriMesh(float size, float y = 0.0f)# Creates a triangular mesh primitive. Generates a simple triangle mesh with the specified size. Parameters: size – [in] Size of the triangle y – [in] Y-coordinate offset (default: 0.0) Returns: Pointer to the created triangle mesh