Open Mokona opened 3 years ago
Hello,
in this file, initPhysics() and Ball constructor are prepared to receive a "scene" parameter. But they use the global threeScene variable instead.
For consistency, the local parameter should either go, or be used and initPysics() called with the threeScene argument.
Regards
Hello,
in this file, initPhysics() and Ball constructor are prepared to receive a "scene" parameter. But they use the global threeScene variable instead.
For consistency, the local parameter should either go, or be used and initPysics() called with the threeScene argument.
Regards