fixed bounding volume issue
authorJohn Tsiombikas <nuclear@member.fsf.org>
Fri, 12 Jan 2018 06:13:04 +0000 (08:13 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Fri, 12 Jan 2018 06:13:04 +0000 (08:13 +0200)
commit03085a16aa2fef785083fa3921be83015e08b290
treecf404ba9bca1da34ad7a9604d6ab115a91c9320d
parentfa954e4716d12939552b592f46a4e08405ecfb24
fixed bounding volume issue
12 files changed:
src/app.cc
src/app.h
src/blob_exhibit.h
src/exhibit.cc
src/exhibit.h
src/geom.cc
src/geom.h
src/geomdraw.cc [new file with mode: 0644]
src/geomdraw.h [new file with mode: 0644]
src/object.cc
src/object.h
src/snode.cc