Raster render updates
This commit is contained in:
parent
8fc76a81f3
commit
8d167b960a
10 changed files with 121 additions and 39 deletions
|
|
@ -30,7 +30,7 @@ namespace tp {
|
|||
|
||||
struct Topology {
|
||||
Vec3F Origin = { 0, 0, 0 };
|
||||
mat3f Basis = { { 1, 0, 0 }, { 0, 1, 0 }, { 0, 0, 1 } };
|
||||
Mat3F Basis = { { 1, 0, 0 }, { 0, 1, 0 }, { 0, 0, 1 } };
|
||||
|
||||
Buffer<Vec3F> Points;
|
||||
Buffer<Vec3F> Normals;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue