George Campbell
George Campbell
**Describe the bug** Sign in / auth doesn't work for neither google nor email sign up/in. **To Reproduce** Deploying to AWS EC2 ubuntu 18-04 instance: Populate the .env file with...
Feature request: It would be great to be able to set an x and y offset for perlin / simplex noise, and potentially other noise functions. The usage in my...
I just set up termux on my android device along with nodejs-lts and latest npm. I tried to `npm i -g serve` and then when I run serve . In...
cargo mobile init command gives error: error: no such subcommand: `mobile` On Termux Thanks
I can get a ref to the ecctrl to get the player `.translation()` but is there a way to get rotation too? I need it to determine the direction of...
When I go into first person perspective, and move the mouse around, often the camera/character rotate. ```jsx const MyEcctrl = forwardRef(({ children, pos, perspective = THIRD_PERSON, props = {} },...
I have a custom character model (who will have animations at a later date) I visualise the cuboid with a Box. I add the CuboidCollider inside Ecctrl. The player finds...
Here's my component: ``` import { useFrame } from '@react-three/fiber' const Respawn = ({ ecctrlRef, setPos, levelPos }) => { useFrame(() => { if (ecctrlRef.current) { try { const {...
Hi, I have quite a high poly count at the moment and it seems to upset the engine. If there is too much, the character starts to spin wildly out...
   As you can see in the above images, the camera zooms into a point above the character, I want to zoom into the actual smaller character so...