未验证 提交 dcd00a34 编写于 作者: J Jim Price 提交者: GitHub

Two small typo fixes (#180)

上级 99953704
......@@ -141,7 +141,7 @@ struct CyHairHeader {
float default_thickness;
float default_transparency;
float default_color[3];
char infomation[88];
char information[88];
};
class CyHair {
......
......@@ -266,7 +266,7 @@ extern "C" __global__ void __miss__shadow() {
}
extern "C" __global__ void __raygen__shadow_Tr() {
PBRT_DBG("raygen sahadow tr %d\n", optixGetLaunchIndex().x);
PBRT_DBG("raygen shadow tr %d\n", optixGetLaunchIndex().x);
int index = optixGetLaunchIndex().x;
if (index >= params.shadowRayQueue->Size())
return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册