Add rotated rectangle

This commit is contained in:
schmelczerandras 2020-09-28 18:18:17 +02:00
parent 971ddbd08e
commit 0fed4f4220
3 changed files with 80 additions and 1 deletions

View file

@ -69,5 +69,6 @@ export * from './drawables/lights/circle-light';
export * from './drawables/lights/flashlight';
export * from './drawables/shapes/circle';
export * from './drawables/shapes/inverted-tunnel';
export * from './drawables/shapes/rotated-rectangle';
export * from './drawables/shapes/tunnel';
export * from './graphics/rendering/renderer/renderer';