Skip to content

Commit ae6d573

Browse files
author
devsh
committed
fix clip plane logging
1 parent 802cc74 commit ae6d573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

22.RaytracedAO/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ int main(int argc, char** argv)
691691
if ((plane!=core::vectorSIMDf()).any())
692692
{
693693
mainSensorData.clipPlanes.push_back(plane);
694-
printf("Found Clip Plane %f,%f,%f,%f\n",plane);
694+
printf("Found Clip Plane %f,%f,%f,%f\n",plane[0],plane[1],plane[2],plane[3]);
695695
}
696696
}
697697

0 commit comments

Comments
 (0)