Results 9 issues of Wagyx Xygaw

Hello, I have a very large EXR file with some additional custom attributes in the header. I want to access these custom attributes without loading the entire file since it...

Hello there, I would like to test the Proto stuff and the InstancedShape but they throw an error when creating them with JavaScript. Here is the code. ``` init(); function...

Hello there, I have tried adding an environment light with a color to a default scene with a white cube and the cube remains white. ``` init(); function init(){ const...

Hello there, I have developed an OFF file parser and I think I am seeing issues with color alpha in IndexedFaceSet. I am using IndexedFaceSet for the faces, with solid=false,...

Hello there, I have discovered your framework yesterday (I have been using 3JS for two years now) and I am struggling to make a scene from scratch. My HTML just...

Hello there, I have managed to adapt the C code written by @snowmanam2 to the case of generating 2D polyominoes. It is available in this [repo](https://github.com/Wagyx/SnowmanPolycubeGenerator/tree/polyominoes). I have also made...

Hello there, This past week I have been trying to tackle a certain problem : the computation of polycubes that fits inside a 3x3x3 cuboid. My work brought me to...

Hello there, I have made an [application](https://asliceofcuriosity.fr/assets/polycube-viewer/index.html) so that you may load and visualize a polycube dataset in your browser. You can load dataset from your computer in a text...

A bunch of optimizations for the Python code that make the computation time drop from 26s to 3s for n=8 without cache on my computer.