Commit Graph

6 Commits

Author SHA1 Message Date
e185bf58b7 Replaced "Simple shorthands for smart pointers" shptr, uqptr, wkptr
with their original names. Using weird shorthands makes the code
unreadable for anyone but the original author.

template<class T> using shptr = std::shared_ptr<T>;
template<class T> using uqptr = std::unique_ptr<T>;
template<class T> using wkptr = std::weak_ptr<T>;
2021-10-04 16:56:26 +02:00
3ab246df6b Remove completely redundant code 2020-01-15 12:45:01 +01:00
083b557ec2 Display switching 2019-12-20 18:30:24 +01:00
93d0bbd7ef Add boilerplate for shader based csg 2019-12-20 12:25:44 +01:00
d3925abb13 Add some comments. 2019-12-19 16:10:34 +01:00
8126cdd507 Add command line options. Rename GLScene to Engine 2019-12-19 14:51:38 +01:00