added method overloading and custom models

This commit is contained in:
shinichi
2020-09-18 14:23:43 +02:00
parent 8fd3322c63
commit 6e09b87f60
2 changed files with 28 additions and 6 deletions

View File

@@ -108,7 +108,13 @@ namespace RH_Engine
Console.WriteLine(ReadPrefMessage(stream));
command = createGraphics.ModelCommand();
command = createGraphics.AddBikeModel();
WriteTextMessage(stream, command);
Console.WriteLine(ReadPrefMessage(stream));
command = createGraphics.AddModel("car", "data\\customModels\\TeslaRoadster.fbx");
WriteTextMessage(stream, command);