Skip to content

Commit

Permalink
Build 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyraedan committed Apr 10, 2021
1 parent 8744cc9 commit 056fe39
Show file tree
Hide file tree
Showing 30 changed files with 66 additions and 10 deletions.
Binary file modified Graphics2/x64/Debug/AABB.obj
Binary file not shown.
Binary file modified Graphics2/x64/Debug/DirectXFramework.obj
Binary file not shown.
Binary file modified Graphics2/x64/Debug/Framework.obj
Binary file not shown.
2 changes: 1 addition & 1 deletion Graphics2/x64/Debug/Graphics2.exe.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project>
<ProjectOutputs>
<ProjectOutput>
<FullPath>F:\Graphics 2 backups\Backups\DirectXFrameworkLive\DirectXFramework\x64\Debug\Graphics2.exe</FullPath>
<FullPath>F:\Graphics2\x64\Debug\Graphics2.exe</FullPath>
</ProjectOutput>
</ProjectOutputs>
<ContentFiles />
Expand Down
72 changes: 64 additions & 8 deletions Graphics2/x64/Debug/Graphics2.log
Original file line number Diff line number Diff line change
@@ -1,8 +1,64 @@
 SceneNodePlane.cpp
F:\Graphics 2 backups\Backups\DirectXFrameworkLive\DirectXFramework\Graphics2\SceneNodePlane.cpp(58,55): warning C4267: 'argument': conversion from 'size_t' to 'UINT', possible loss of data
F:\Graphics 2 backups\Backups\DirectXFrameworkLive\DirectXFramework\Graphics2\SceneNodePlane.cpp(71,34): warning C4244: 'argument': conversion from 'float' to 'UINT', possible loss of data
F:\Graphics 2 backups\Backups\DirectXFrameworkLive\DirectXFramework\Graphics2\SceneNodePlane.cpp(71,26): warning C4244: 'argument': conversion from 'float' to 'UINT', possible loss of data
F:\Graphics 2 backups\Backups\DirectXFrameworkLive\DirectXFramework\Graphics2\SceneNodePlane.cpp(71,18): warning C4244: 'argument': conversion from 'float' to 'UINT', possible loss of data
F:\Graphics 2 backups\Backups\DirectXFrameworkLive\DirectXFramework\Graphics2\SceneNodePlane.cpp(77,50): warning C4267: '=': conversion from 'size_t' to 'UINT', possible loss of data
F:\Graphics 2 backups\Backups\DirectXFrameworkLive\DirectXFramework\Graphics2\SceneNodePlane.cpp(91,53): warning C4267: '=': conversion from 'size_t' to 'UINT', possible loss of data
Graphics2.vcxproj -> F:\Graphics 2 backups\Backups\DirectXFrameworkLive\DirectXFramework\x64\Debug\Graphics2.exe
 AABB.cpp
Framework.cpp
DirectXFramework.cpp
Graphics2.cpp
F:\Graphics2\Graphics2\Graphics2.cpp(29,27): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
F:\Graphics2\Graphics2\Graphics2.cpp(29,19): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
F:\Graphics2\Graphics2\Graphics2.cpp(79,60): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
F:\Graphics2\Graphics2\Graphics2.cpp(79,35): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
F:\Graphics2\Graphics2\Graphics2.cpp(80,63): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
F:\Graphics2\Graphics2\Graphics2.cpp(80,35): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
F:\Graphics2\Graphics2\Graphics2.cpp(81,63): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
F:\Graphics2\Graphics2\Graphics2.cpp(81,34): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
F:\Graphics2\Graphics2\Graphics2.cpp(82,66): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
F:\Graphics2\Graphics2\Graphics2.cpp(82,34): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
F:\Graphics2\Graphics2\Graphics2.cpp(85,55): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
F:\Graphics2\Graphics2\Graphics2.cpp(85,50): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
F:\Graphics2\Graphics2\Graphics2.cpp(85,45): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
F:\Graphics2\Graphics2\Graphics2.cpp(89,23): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data
F:\Graphics2\Graphics2\Graphics2.cpp(91,48): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
F:\Graphics2\Graphics2\Graphics2.cpp(91,35): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
F:\Graphics2\Graphics2\Graphics2.cpp(92,47): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
F:\Graphics2\Graphics2\Graphics2.cpp(92,35): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
F:\Graphics2\Graphics2\Graphics2.cpp(93,47): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
F:\Graphics2\Graphics2\Graphics2.cpp(93,34): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
F:\Graphics2\Graphics2\Graphics2.cpp(94,46): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
F:\Graphics2\Graphics2\Graphics2.cpp(94,34): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
F:\Graphics2\Graphics2\Graphics2.cpp(97,55): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
F:\Graphics2\Graphics2\Graphics2.cpp(97,50): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
F:\Graphics2\Graphics2\Graphics2.cpp(97,45): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
F:\Graphics2\Graphics2\Graphics2.cpp(112,16): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
F:\Graphics2\Graphics2\Graphics2.cpp(115,30): warning C4305: '+=': truncation from 'double' to 'float'
F:\Graphics2\Graphics2\Graphics2.cpp(117,29): warning C4305: '+=': truncation from 'double' to 'float'
ObjLoader.cpp
F:\Graphics2\Graphics2\ObjLoader.cpp(68,13): warning C4244: 'initializing': conversion from '_Ty' to 'float', possible loss of data
with
[
_Ty=int
]
F:\Graphics2\Graphics2\ObjLoader.cpp(69,13): warning C4244: 'initializing': conversion from '_Ty' to 'float', possible loss of data
with
[
_Ty=int
]
F:\Graphics2\Graphics2\ObjLoader.cpp(70,13): warning C4244: 'initializing': conversion from '_Ty' to 'float', possible loss of data
with
[
_Ty=int
]
PerlinNoise.cpp
SceneGraph.cpp
SceneNodePlane.cpp
F:\Graphics2\Graphics2\SceneNodePlane.cpp(58,55): warning C4267: 'argument': conversion from 'size_t' to 'UINT', possible loss of data
F:\Graphics2\Graphics2\SceneNodePlane.cpp(71,34): warning C4244: 'argument': conversion from 'float' to 'UINT', possible loss of data
F:\Graphics2\Graphics2\SceneNodePlane.cpp(71,26): warning C4244: 'argument': conversion from 'float' to 'UINT', possible loss of data
F:\Graphics2\Graphics2\SceneNodePlane.cpp(71,18): warning C4244: 'argument': conversion from 'float' to 'UINT', possible loss of data
F:\Graphics2\Graphics2\SceneNodePlane.cpp(77,50): warning C4267: '=': conversion from 'size_t' to 'UINT', possible loss of data
F:\Graphics2\Graphics2\SceneNodePlane.cpp(91,53): warning C4267: '=': conversion from 'size_t' to 'UINT', possible loss of data
SceneNodeSkybox.cpp
SceneNodeTerrain.cpp
SceneNodePhysicsCube.cpp
SceneNodeWater.cpp
WICTextureLoader.cpp
Generating Code...
Graphics2.vcxproj -> F:\Graphics2\x64\Debug\Graphics2.exe
Binary file modified Graphics2/x64/Debug/Graphics2.obj
Binary file not shown.
Binary file modified Graphics2/x64/Debug/Graphics2.tlog/CL.command.1.tlog
Binary file not shown.
Binary file modified Graphics2/x64/Debug/Graphics2.tlog/CL.read.1.tlog
Binary file not shown.
Binary file modified Graphics2/x64/Debug/Graphics2.tlog/CL.write.1.tlog
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PlatformToolSet=v142:VCToolArchitecture=Native32Bit:VCToolsVersion=14.28.29910:TargetPlatformVersion=10.0.18362.0:
Debug|x64|F:\Graphics 2 backups\Backups\DirectXFrameworkLive\DirectXFramework\|
Debug|x64|F:\Graphics2\|
Binary file modified Graphics2/x64/Debug/Graphics2.tlog/link.command.1.tlog
Binary file not shown.
Binary file modified Graphics2/x64/Debug/Graphics2.tlog/link.read.1.tlog
Binary file not shown.
Binary file modified Graphics2/x64/Debug/Graphics2.tlog/link.write.1.tlog
Binary file not shown.
Binary file modified Graphics2/x64/Debug/Graphics2.tlog/rc.command.1.tlog
Binary file not shown.
Binary file modified Graphics2/x64/Debug/Graphics2.tlog/rc.read.1.tlog
Binary file not shown.
Binary file modified Graphics2/x64/Debug/Graphics2.tlog/rc.write.1.tlog
Binary file not shown.
Binary file modified Graphics2/x64/Debug/ObjLoader.obj
Binary file not shown.
Binary file modified Graphics2/x64/Debug/PerlinNoise.obj
Binary file not shown.
Binary file modified Graphics2/x64/Debug/SceneGraph.obj
Binary file not shown.
Binary file modified Graphics2/x64/Debug/SceneNodePhysicsCube.obj
Binary file not shown.
Binary file modified Graphics2/x64/Debug/SceneNodePlane.obj
Binary file not shown.
Binary file modified Graphics2/x64/Debug/SceneNodeSkybox.obj
Binary file not shown.
Binary file modified Graphics2/x64/Debug/SceneNodeTerrain.obj
Binary file not shown.
Binary file modified Graphics2/x64/Debug/SceneNodeWater.obj
Binary file not shown.
Binary file modified Graphics2/x64/Debug/WICTextureLoader.obj
Binary file not shown.
Binary file modified Graphics2/x64/Debug/vc142.idb
Binary file not shown.
Binary file modified Graphics2/x64/Debug/vc142.pdb
Binary file not shown.
Binary file modified x64/Debug/Graphics2.exe
Binary file not shown.
Binary file modified x64/Debug/Graphics2.ilk
Binary file not shown.
Binary file modified x64/Debug/Graphics2.pdb
Binary file not shown.

0 comments on commit 056fe39

Please sign in to comment.