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
Following this example: https://aframe.io/docs/0.3.0/primitives/#register-a-primitive
The first line declares var extendDeep = AFRAME.utils.extendDeep;, but it does not appear to be used in the subsequent code (the registerPrimitive line just uses extend)?
The text was updated successfully, but these errors were encountered:
Following this example:
https://aframe.io/docs/0.3.0/primitives/#register-a-primitive
The first line declares
var extendDeep = AFRAME.utils.extendDeep;
, but it does not appear to be used in the subsequent code (theregisterPrimitive
line just usesextend
)?The text was updated successfully, but these errors were encountered: