You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently experiencing an issue with rendering a simple geometry in Taichi where even the wireframe is not visible. I've checked the camera settings, data integrity, and tried several backends, but the issue persists. I am using Taichi for a basic 3D rendering task on a CPU backend. Below, I've provided a snippet of my code and details about the environment and steps I've already tried.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello Taichi Community,
I am currently experiencing an issue with rendering a simple geometry in Taichi where even the wireframe is not visible. I've checked the camera settings, data integrity, and tried several backends, but the issue persists. I am using Taichi for a basic 3D rendering task on a CPU backend. Below, I've provided a snippet of my code and details about the environment and steps I've already tried.
Environment:
Code Snippet:
There is this error being shown:
RHI Error: Potential non-conformant Vulkan implementation, enabling VK_KHR_portability_subset
Also, a black screen shows the rendering result.
As far as I checked the taichi examples, they run without any issues.
Beta Was this translation helpful? Give feedback.
All reactions