x3dom / apps-modeling

Publicly Available Applications
Other
3 stars 3 forks source link

Fix node interface inconsistency #27

Closed yjung closed 11 years ago

yjung commented 11 years ago

X3D/X3DOM nodes typically use radians when defining angles. For some of the new primitives degrees are used instead. This is confusing and needs special handling in the editor. Therefore, all angles must be given in radians (use e.g. PI instead of 360).

@tsturm