-
Hello,
I'm using the `robocasa_v0.1` branch and I was trying to run the following script from the quick start and I'm getting the following error.
```python
import numpy as np
import robosuite …
-
Hi,
i am trying to generate Terrain Mesh using the DEMData class by
- fetching a height png for example this one https://web3d.basemap.de/maplibre/dgm5-rgb/14/8797/5379.png
- then generating ne…
pcace updated
1 month ago
-
Tutorial 607_ScreenCapture use `viewer.core.draw_buffer()` to capture the image of one mesh in the data_list of the viewer. If I draw multiple objects like tutorial 107_MultipleMeshes, how can I captu…
-
I need to use blending when drawing sprites, but there no `sgl_enable_blend` function or something similar.
I tried to create a pipeline during setup
```cpp
sg_desc const d = sg_query_desc();
…
-
Before I started using WPFDXInterop image I would end my rendering with a call to SwapChain.Present, but it seems like that's not needed with this, and if I do call it, my image flickers like crazy, e…
-
The reporter gave the following comparison videos:
PSP: https://www.youtube.com/watch?v=kjvOjlfgYJg
PPSSPP (although a pretty old build, but the issue remains): https://www.youtube.com/watch?v=Yz0MIE…
-
## There have been updates to the *react* monorepo:
+ - The `dependency` [react](https://github.com/facebook/react) was updated from `16.8.6` to `16.9.0`.
- The `dependency` [react-dom](https://git…
-
When create a listview of **similarly** sized items, it's very hard to virtualise this in most web frameworks currently. It'd be great for Blazor to provide an out of the box solution that is able to …
-
I'm using glfw for simple render with OpenGL 1.1 support only
I am targeting for windows vm with no video-card installed (Microsoft basic display adapter)
I able to use my app if I create context …
-
I very reliably and consistently get a SIGSEGV from sddm_greeter on Fedora Rawhide 40 - which is running things with Qt6 and on Wayland.
This SIGSEGV shows only up in the logs / in `coredumpctl` - …