X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fmetascene.h;h=0565f3d901b2d783420a83532fdb78b1cd2c958e;hp=6987f007e5ba5b10ba9b771185a40dc5b55c3607;hb=9480e20f4de41693ebd1f22e63d3bcecde878f70;hpb=82367657a8ac442b29c1dad51c91e64a48e0671d diff --git a/src/metascene.h b/src/metascene.h index 6987f00..0565f3d 100644 --- a/src/metascene.h +++ b/src/metascene.h @@ -11,7 +11,8 @@ struct FlatMirror { - Plane plane; + Plane plane; // plane in local coordinates (original) + Plane wplane; // world coords plane (derived, identical to plane if node == 0) float reflect; std::vector objects; SceneNode *node;