X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=antikythera;a=blobdiff_plain;f=src%2Fgear.h;h=f6058a10a7f4590af3a6780c4e9f23dabcc7cbf4;hp=1247a14348bc8f498898f67fff0ded62254a6c34;hb=ccc1a688b59e25bb934a0d3e2bbf477960068d4f;hpb=080d7a779d43f549fc16c44e709cbf5989180fdf diff --git a/src/gear.h b/src/gear.h index 1247a14..f6058a1 100644 --- a/src/gear.h +++ b/src/gear.h @@ -65,6 +65,11 @@ public: float bevel; // bevel size + // visual surface properties + Vec3 color; + float roughness; + bool metallic; + Gear *supergear; std::vector subgears; std::vector pins;