raptyk
raptyk
Thermal_printer_demo: `C:\Users\patry\Documents\Arduino\libraries\Thermal_Printer-master\src\Thermal_Printer.cpp:60:178: error: 'PRINTER_PHOMEMO' was not declared in this scope const uint8_t ucBLETypes[] = {PRINTER_MTP2, PRINTER_MTP3, PRINTER_MTP3, PRINTER_CAT, PRINTER_CAT, PRINTER_CAT, PRINTER_CAT, PRINTER_CAT, PRINTER_PERIPAGEPLUS, PRINTER_PERIPAGE, PRINTER_PHOMEMO}; ^ exit status 1 Error...
Grass example from docs https://docs.pmnd.rs/react-three-fiber/getting-started/examples is not working. > ModuleNotFoundError: Could not find module in path: 'three/examples/jsm/deprecated/Geometry' relative to '/src/Grass.js'  
I am trying to use component InstancedMesh2 in my R3F based project. I am manually creating instances and adding to the scene. Before rendering I call updateCulling however nothing happens,...
Is the integration with the promising InstancedMesh2 library, which allows for well-supported frustum culling among other features, perhaps on the list of tasks? Will there be maybe a dedicated component...
There is an grass example in documentation (https://github.com/pmndrs/drei?tab=readme-ov-file#instances) is not working: > 👉 Note: While creating instances declaratively keeps all the power of components with reduced draw calls, it comes...
I'm experiencing a significant performance drop when using R3F/drei Instances compared to vanilla JavaScript (UPDATE: and pure R3F instancedMesh) for rendering multiple instances of BoxGeometry. Here's the situation: When I...
**Describe the bug** I go into the details of a photo. In the side panel, information appears about two detected faces. One face is assigned to a group, while the...