switch the physical Properties to Quantity and add Pressure and Force

This commit is contained in:
jriegel
2014-02-16 17:59:29 +01:00
parent fef614684d
commit aca751daf4
8 changed files with 186 additions and 21 deletions

View File

@@ -1004,11 +1004,14 @@ void Application::initTypes(void)
App ::PropertyFloatList ::init();
App ::PropertyFloatConstraint ::init();
App ::PropertyQuantity ::init();
App ::PropertyQuantityConstraint::init();
App ::PropertyAngle ::init();
App ::PropertyDistance ::init();
App ::PropertyLength ::init();
App ::PropertySpeed ::init();
App ::PropertyAcceleration ::init();
App ::PropertyForce ::init();
App ::PropertyPressure ::init();
App ::PropertyInteger ::init();
App ::PropertyIntegerConstraint ::init();
App ::PropertyPercent ::init();