X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=csgray;a=blobdiff_plain;f=src%2Fcsgimpl.h;h=8b65783640a20d7aa89f3cb794d3bcfcb6eee36c;hp=19cd43a9f5d8325dc46814090bc94adfa6e5c470;hb=aab39eb873290ce4b268fe4ae303def6bf932bc0;hpb=33b3cb144e8762bbb67424fd68374f92d85cdc3d diff --git a/src/csgimpl.h b/src/csgimpl.h index 19cd43a..8b65783 100644 --- a/src/csgimpl.h +++ b/src/csgimpl.h @@ -63,7 +63,10 @@ union csg_object { struct camera { float x, y, z; float tx, ty, tz; + float ux, uy, uz; float fov; + + float xform[16]; }; #endif /* CSGIMPL_H_ */