Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenxiZhou0619 committed Mar 11, 2023
1 parent e76aa74 commit 6322773
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ add_executable(Moer
src/FunctionLayer/Acceleration/Acceleration.cpp
src/FunctionLayer/Acceleration/EmbreeBVH.cpp
src/FunctionLayer/Acceleration/Linear.cpp
src/FunctionLayer/Acceleration/Octree.cpp

src/FunctionLayer/Integrator/NormalIntegrator.cpp
src/FunctionLayer/Integrator/DirectIntegrator.cpp
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ Moer-lite的框架基于Moer主干:https://github.com/NJUCG/Moer .
请参考Lab0的编译使用过程。

## 示例场景
目前有四个示例场景
目前有五个示例场景
- `examples/area-lights`:提供了一个面光源照亮一个Stanford bunny的场景;
- `examples/two-spotlights`:提供了一个有着两个点光源的场景;
- `examples/bunny`:提供了一个使用环境光(environment lighting)照亮Stanford bunny的场景。
- `examples/cornell-box`:提供了一个使用whitted-style ray tracing的cornell-box场景
- `examples/lab1-test0`:提供了一个简单的mesh场景用来进行求交测试
## BUG反馈

如果发现Moer-lite框架存在bug,或者有任何架构上的改进意见,任何更好的第三方库……
Expand Down
2 changes: 1 addition & 1 deletion src/FunctionLayer/Acceleration/Octree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ OctreeAcceleration::OctreeAcceleration() {
}

OctreeAcceleration::~OctreeAcceleration() {
// do nothing
//
}

void OctreeAcceleration::build() {
Expand Down

0 comments on commit 6322773

Please sign in to comment.