Skip to content

Commit

Permalink
Update tutorial2_cuda_pathtracer.cu
Browse files Browse the repository at this point in the history
  • Loading branch information
straaljager committed Mar 3, 2016
1 parent fe956d3 commit dbeca85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial2_cuda_pathtracer.cu
Expand Up @@ -619,7 +619,7 @@ void initCUDAmemoryTriMesh()
loadObj("data/bunny.obj", mesh2);

// scalefactor and offset to position/scale triangle meshes
float scalefactor1 = 8;
float scalefactor1 = 200;
float scalefactor2 = 300; // 300
float3 offset1 = make_float3(90, 22, 100);// (30, -2, 80);
float3 offset2 = make_float3(30, -2, 80);
Expand Down

0 comments on commit dbeca85

Please sign in to comment.