Stéphane ANCELOT

Results 30 issues of Stéphane ANCELOT

I am trying to use correctly hooks with a 3d scene widget. I really don't understand how to deal with component variables A 3d scene is created in useEffect() ,...

I will have to connect to a server that uses https://github.com/joshmarshall/jsonrpclib api. this is using http protocol. My question may be silly from your viewpoint, but I need to know...

Hi, Migrating from create-react-app v4 to v5 that is using webpack 5, I can not load anymore ammo.js it fails with this error : ERROR in ./src/resources/ammoJS/ammo.js 550:26-49 Module not...

I enhanced the api to use btCollisionObject, this works fine for the moment. But I need to give a new scene each time I am calling collide detection. This imply...

I have a class that manages the collides , but each time I am using it, I have to reallocate a new instance of ammojs because the scene is a...

Hi, Wasm files mime type should be application/wasm, This is why I can not use wasm files with serve. here is specification : https://www.w3.org/TR/wasm-web-api-1/ refs https://github.com/vercel/serve/issues/303 Regards S.Ancelot

Hi, I am trying to decode triangles from gltf file. Unfortunately, I don't manage to reach vertex data , what may be wrong ? ``` for (int m=0;m < mesh->primitives_count;m++)...

It looks like there are some dllimport and functions may be declared as inline that conflicts leading to many compiler (gcc10.2 ) messages as this one: mingw-w64-libfcl/fcl-0.6.1/include/fcl/math/motion/taylor_model/interval-inl.h:417:13: warning: 'fcl::Interval fcl::bound(const...

yarn version 1.22.15 ### Problem description: I added myself to contributors and when I want to commit, it fails with next message ``` git commit -m "added to contributors" yarn...

bug