loading cam from file and flake update
This commit is contained in:
parent
916e68443f
commit
39ac0cf6c7
4 changed files with 9 additions and 9 deletions
|
|
@ -67,9 +67,9 @@ public:
|
|||
// Information pushed at each draw call
|
||||
PushConstantRaster m_pcRaster{
|
||||
{1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1}, // Identity matrix
|
||||
{0.f, 4.5f, 0.f}, // light position
|
||||
{0.f, 100.f, 0.f}, // light position
|
||||
0, // instance Id
|
||||
10.f, // light intensity
|
||||
1000.f, // light intensity
|
||||
0, // light type
|
||||
0 // material id
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue