-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
30 changed files
with
66 additions
and
10 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.