Skip to content

Commit 053ec4e

Browse files
committed
Update nvdb file path
1 parent c0264d6 commit 053ec4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/scene/cornell_box_cloud.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ void CornellBoxCloud(RendererInfo* ri)
1010
nanovdb::GridHandle<nanovdb::HostBuffer> handle;
1111
try
1212
{
13-
handle = nanovdb::io::readGrid("C:/Users/sopir/Desktop/wdas_cloud_quarter.nvdb");
13+
handle = nanovdb::io::readGrid("res/volumes/wdas_cloud_quarter.nvdb");
1414
}
1515
catch (std::exception& e)
1616
{

0 commit comments

Comments
 (0)