You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XML3D.tools.Class needs two parameters, baseClass and body. But most of the time the base class is not used at all and only the body is passed into the function.
A better interface would be to create a class with:
XML3D.tools.Class
needs two parameters,baseClass
andbody
. But most of the time the base class is not used at all and only the body is passed into the function.A better interface would be to create a class with:
and extend this class in this way:
This is similar to the class creation in http://backbonejs.org/.
The text was updated successfully, but these errors were encountered: