ok
by user 274576156684976128
ok
by user 274576156684976128
Assignment to const is when you have a variable declared as const
and try to re-assign that variable (TypeError: invalid assignment to const "x" - JavaScript | MDN)
If you want to allow for setting the variable then declare it is as let
. For the quaternion I think it doesnt make sense tho, you should instead use the copy
method (three.js docs)
by user 274576156684976128
Im know all about refrence
by user 274576156684976128
sorry wrong link. Updated it
hey sorry how I can use HTMLDivElement what I need to import
by user 274576156684976128
What do you mean?