Skip to content

project1 #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added PROJ1_WIN/565Raytracer.sdf
Binary file not shown.
4 changes: 4 additions & 0 deletions PROJ1_WIN/565Raytracer/565Raytracer.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
<ItemGroup>
<CudaCompile Include="..\..\src\raytraceKernel.cu" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\README.md" />
<None Include="scene.txt" />
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{FF21CA49-522E-4E86-B508-EE515B248FC4}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
Expand Down
4 changes: 4 additions & 0 deletions PROJ1_WIN/565Raytracer/565Raytracer.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,8 @@
<UniqueIdentifier>{011aa553-95e8-4e59-b7ff-1bb89aebe21d}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<None Include="scene.txt" />
<None Include="..\..\README.md" />
</ItemGroup>
</Project>
6 changes: 5 additions & 1 deletion PROJ1_WIN/565Raytracer/565Raytracer.vcxproj.user
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LocalDebuggerCommandArguments>scene="../../scenes/sampleScene.txt"</LocalDebuggerCommandArguments>
<LocalDebuggerCommandArguments>scene="../../scenes/scene1.txt"</LocalDebuggerCommandArguments>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LocalDebuggerCommandArguments>../../scenes/scene1.txt</LocalDebuggerCommandArguments>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
</Project>
10 changes: 10 additions & 0 deletions PROJ1_WIN/565Raytracer/Debug/565Raytracer.exe.embed.manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="asInvoker" uiAccess="false"></requestedExecutionLevel>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level='asInvoker' uiAccess='false' />
</requestedPrivileges>
</security>
</trustInfo>
</assembly>
2 changes: 2 additions & 0 deletions PROJ1_WIN/565Raytracer/Debug/565Raytracer.lastbuildstate
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#v4.0:v100
Debug|Win32|C:\Users\Yuanhui\Desktop\Project1-Raytracer\PROJ1_WIN\|
48 changes: 48 additions & 0 deletions PROJ1_WIN/565Raytracer/Debug/565Raytracer.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
Build started 9/30/2012 11:50:37 PM.
1>Project "C:\Users\Yuanhui\Desktop\Project1-Raytracer\PROJ1_WIN\565Raytracer\565Raytracer.vcxproj" on node 2 (build target(s)).
1>InitializeBuildStatus:
Creating "Debug\565Raytracer.unsuccessfulbuild" because "AlwaysCreate" was specified.
AddCudaCompileDeps:
Skipping target "AddCudaCompileDeps" because all output files are up-to-date with respect to the input files.
AddCudaCompilePropsDeps:
Skipping target "AddCudaCompilePropsDeps" because all output files are up-to-date with respect to the input files.
CudaBuild:
Skipping target "CudaBuild" because all output files are up-to-date with respect to the input files.
ClCompile:
c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v4.0\include" /I"C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK 4.0\C\common\inc" /I../shared/glew/include /I../shared/freeglut/include /I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v4.0\include" /ZI /nologo /W3 /WX- /Od /Oy- /D WIN32 /D _DEBUG /D _CONSOLE /D _UNICODE /D UNICODE /Gm /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\\" /Fd"Debug\vc100.pdb" /Gd /TP /analyze- /errorReport:prompt ..\..\src\main.cpp
main.cpp
Note: including lib: glut32.lib

1>c:\users\yuanhui\desktop\project1-raytracer\src\main.cpp(130): warning C4018: '<' : signed/unsigned mismatch
1>c:\users\yuanhui\desktop\project1-raytracer\src\main.cpp(139): warning C4018: '<' : signed/unsigned mismatch
1>c:\users\yuanhui\desktop\project1-raytracer\src\main.cpp(142): warning C4018: '<' : signed/unsigned mismatch
1>c:\users\yuanhui\desktop\project1-raytracer\src\main.cpp(145): warning C4018: '<' : signed/unsigned mismatch
1>c:\users\yuanhui\desktop\project1-raytracer\src\main.cpp(532): warning C4018: '<' : signed/unsigned mismatch
1>c:\users\yuanhui\desktop\project1-raytracer\src\main.cpp(540): warning C4018: '<' : signed/unsigned mismatch
All outputs are up-to-date.
ManifestResourceCompile:
All outputs are up-to-date.
Link:
c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"C:\Users\Yuanhui\Desktop\Project1-Raytracer\PROJ1_WIN\Debug\565Raytracer.exe" /INCREMENTAL /NOLOGO /LIBPATH:../shared/glew/lib /LIBPATH:../shared/freeglut/lib /LIBPATH:"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v4.0\lib\Win32" cudart.lib glew32.lib glu32.lib opengl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /ManifestFile:"Debug\565Raytracer.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\Users\Yuanhui\Desktop\Project1-Raytracer\PROJ1_WIN\Debug\565Raytracer.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /ENTRY:"mainCRTStartup" /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:\Users\Yuanhui\Desktop\Project1-Raytracer\PROJ1_WIN\Debug\565Raytracer.lib" /MACHINE:X86 "C:\Users\Yuanhui\Desktop\Project1-Raytracer\PROJ1_WIN\565Raytracer\Win32/Debug/raytraceKernel.cu.obj"
Debug\565Raytracer.exe.embed.manifest.res
Debug\glslUtility.obj
Debug\image.obj
Debug\main.obj
Debug\scene.obj
Debug\stb_image.obj
Debug\stb_image_write.obj
Debug\utilities.obj
Manifest:
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\mt.exe /nologo /verbose /out:"Debug\565Raytracer.exe.embed.manifest" /manifest Debug\565Raytracer.exe.intermediate.manifest
All outputs are up-to-date.
LinkEmbedManifest:
All outputs are up-to-date.
565Raytracer.vcxproj -> C:\Users\Yuanhui\Desktop\Project1-Raytracer\PROJ1_WIN\Debug\565Raytracer.exe
FinalizeBuildStatus:
Deleting file "Debug\565Raytracer.unsuccessfulbuild".
Touching "Debug\565Raytracer.lastbuildstate".
1>Done Building Project "C:\Users\Yuanhui\Desktop\Project1-Raytracer\PROJ1_WIN\565Raytracer\565Raytracer.vcxproj" (build target(s)).

Build succeeded.

Time Elapsed 00:00:02.16
Binary file not shown.
Binary file added PROJ1_WIN/565Raytracer/Debug/CL.read.1.tlog
Binary file not shown.
Binary file added PROJ1_WIN/565Raytracer/Debug/CL.write.1.tlog
Binary file not shown.
Binary file added PROJ1_WIN/565Raytracer/Debug/cl.command.1.tlog
Binary file not shown.
Binary file added PROJ1_WIN/565Raytracer/Debug/glslUtility.obj
Binary file not shown.
Binary file added PROJ1_WIN/565Raytracer/Debug/image.obj
Binary file not shown.
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link-cvtres.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link-cvtres.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.1460-cvtres.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.1460-cvtres.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.1460.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.1460.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.1572-cvtres.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.1572-cvtres.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.1572.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.1572.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.2124-cvtres.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.2124-cvtres.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.2124.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.2124.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.2236-cvtres.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.2236-cvtres.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.2236.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.2236.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.3144-cvtres.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.3144-cvtres.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.3144.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.3144.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.3512-cvtres.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.3512-cvtres.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.3512.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.3512.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.560-cvtres.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.560-cvtres.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.560.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.560.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.5636-cvtres.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.5636-cvtres.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.5636.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.5636.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.5756-cvtres.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.5756-cvtres.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.5756.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.5756.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.5796-cvtres.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.5796-cvtres.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.5796.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.5796.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.5852-cvtres.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.5852-cvtres.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.5852.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.5852.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.6232-cvtres.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.6232-cvtres.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.6232.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.6232.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.6536-cvtres.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.6536-cvtres.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.6536.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.6536.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.6668-cvtres.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.6668-cvtres.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.6668.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.6668.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.6880-cvtres.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.6880-cvtres.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.6880.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.6880.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.7076-cvtres.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.7076-cvtres.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.7076.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.7076.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.7112-cvtres.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.7112-cvtres.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.7112.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.7112.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.7116-cvtres.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.7116-cvtres.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.7116.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.7116.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.7264-cvtres.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.7264-cvtres.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.7264.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.7264.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.7432-cvtres.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.7432-cvtres.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.7432.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.7432.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.7656-cvtres.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.7656-cvtres.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.7656.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.7656.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.7748-cvtres.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.7748-cvtres.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.7748.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.7748.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.7860-cvtres.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.7860-cvtres.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.7860.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.7860.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.796-cvtres.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions PROJ1_WIN/565Raytracer/Debug/link.796-cvtres.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
Loading