AlexisTercero55 / THREEjs_III

Another abstraction level for computer graphics on the web, build on top of Threejs.
https://alexistercero55.github.io/THREEjs_III/
1 stars 0 forks source link

Base template updated (OOP) uwu. #3

Closed AlexisTercero55 closed 1 year ago

AlexisTercero55 commented 1 year ago

Update base template for a III_Space using the III_PHYSICS_SPACE structure.

https://github.com/AlexisTercero55/THREEjs_III/blob/d1a6aa3e90793fcaaaadea0d7808cad41b78fb2e/js/_physics/III_PHYSICS_SPACE.js#L44

AlexisTercero55 commented 1 year ago

Changes start in v2.2.0 at:

https://github.com/AlexisTercero55/THREEjs_III/blob/d1a6aa3e90793fcaaaadea0d7808cad41b78fb2e/js/threejs_iii/BASE/III_Space.js#L25

New class include private fields for current global variables.

AlexisTercero55 commented 1 year ago

Base class was updated:

https://github.com/AlexisTercero55/THREEjs_III/blob/e649e7176aac181373c300b3180812c63c67129f/js/threejs_iii/BASE/III_Space.js#L19