experimenting around with scene and rendering components
This commit is contained in:
parent
8915080b64
commit
0cd3c99119
10 changed files with 117 additions and 117 deletions
|
@ -8,9 +8,9 @@
|
|||
|
||||
int main(int argc,char **argv) {
|
||||
|
||||
pw::mesh amesh;
|
||||
pw::geometry amesh;
|
||||
|
||||
pw::mesh::vertex3array_t vs = { {-1,-1,0},{1,-1,0},{0,1,0} };
|
||||
pw::geometry::vertex3array_t vs = { {-1,-1,0},{1,-1,0},{0,1,0} };
|
||||
amesh.set_vertices(vs);
|
||||
|
||||
for (auto v : amesh.vertices()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue