Major push to get renderer separated and configurable.
Signed-off-by: Hartmut Seichter <hartmut@technotecture.com>
This commit is contained in:
parent
77e254872f
commit
d2c8262c68
22 changed files with 542 additions and 97 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include <iostream>
|
||||
|
||||
int main(int argc,char **argv) {
|
||||
int main(int ,char **) {
|
||||
|
||||
pw::vector2_<float> v2_A = { 3.2, 1.2 };
|
||||
pw::vector2_<float> v2_B = { 3.2, 1.2 };
|
||||
|
@ -12,7 +12,7 @@ int main(int argc,char **argv) {
|
|||
auto AB_lerp = pw::vector2f::lerp(v2_A,v2_B,0.5);
|
||||
|
||||
pw::vector4_<float> v4;
|
||||
pw::vector3f v;
|
||||
pw::vector3f v = pw::vector3f::backward();
|
||||
|
||||
v4.fill(1.5);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue