mirror of
https://github.com/vonhyou/ray-tracer-comp371.git
synced 2025-06-08 07:22:01 +00:00
remove redundant comment
This commit is contained in:
parent
c023100560
commit
2551f48a36
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ protected:
|
|||
: type(type), diffuse(id), specular(is) {}
|
||||
|
||||
Type type;
|
||||
Vector3f diffuse; // mandatory member `id`
|
||||
Vector3f specular; // mandatory member `is`
|
||||
Vector3f diffuse;
|
||||
Vector3f specular;
|
||||
Matrix4f transform = Matrix4f::Identity(); // optional member `transform`
|
||||
unsigned int gridSize = 0; // optional member `n`
|
||||
bool useCenter = false; // optional member `usecenter`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue