Code style changes, minor reorderings
This commit is contained in:
@@ -14,7 +14,7 @@ namespace OpenVulkano::Scene
|
||||
class MeshWriter
|
||||
{
|
||||
public:
|
||||
static void WriteAsOBJ(Geometry *geometry, const std::string &filePath);
|
||||
static void WriteAsUSD(Geometry *geometry, const std::string &filePath);
|
||||
static void WriteAsOBJ(Geometry* geometry, const std::string& filePath);
|
||||
static void WriteAsUSD(Geometry* geometry, const std::string& filePath);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user