pub fn create_platform_mesh( center: Vec3, height: f32, top_width: f32, bottom_width: f32, ) -> Option<MeshData>
Create a platform mesh (truncated pyramid). (b3CreatePlatformMesh)