sphere
This commit is contained in:
parent
a694afbbce
commit
86e06aea02
@ -55,7 +55,7 @@ bool ApplicationClass::Initialize(int screenWidth, int screenHeight, HWND hwnd)
|
|||||||
m_Camera->SetRotation(0.0f, 0.0f, 10.0f);
|
m_Camera->SetRotation(0.0f, 0.0f, 10.0f);
|
||||||
|
|
||||||
// Set the file name of the model.
|
// Set the file name of the model.
|
||||||
strcpy_s(modelFilename, "cylinder.obj");
|
strcpy_s(modelFilename, "sphere.obj");
|
||||||
|
|
||||||
strcpy_s(outputModelFilename, "output.txt");
|
strcpy_s(outputModelFilename, "output.txt");
|
||||||
|
|
||||||
|
@ -85,7 +85,7 @@
|
|||||||
</None>
|
</None>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Hollow_Cylinder_v1.obj">
|
<None Include="sphere.obj">
|
||||||
<FileType>Document</FileType>
|
<FileType>Document</FileType>
|
||||||
</None>
|
</None>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
File diff suppressed because it is too large
Load Diff
2
enginecustom/sphere.mtl
Normal file
2
enginecustom/sphere.mtl
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Blender 4.0.1 MTL File: 'None'
|
||||||
|
# www.blender.org
|
Loading…
x
Reference in New Issue
Block a user