HTWG-VirtualReality / prototyp

0 stars 0 forks source link

Implement sizeMax and sizeMin for every Shape Element #58

Closed SteffenGorenflo closed 7 years ago

SteffenGorenflo commented 7 years ago

according to the zeta grammer, each shape element has the property sizeMin and sizeMax (in width and height) to prevent elements getting to big or to small because of possible subelements.

phaldan commented 7 years ago

Extend Size behaviour with new html-attributes:

Example:

<vr-ellipse width="20" height="20" max-width="50" max-height="50"></vr-ellipse>