-
Notifications
You must be signed in to change notification settings - Fork 152
Open
Description
I'm currently trying to draw a more detailed 3D model in the VU1 sample. And for this we have to make more packets every frame to render the scene. But this will cause flickering/missing models on real hardware. (we can get the same problem just by adding more cubes to render in the scene).
According to several people, it's a syncronization problem with the VU1. Like I'm sending data while the VU1 is still rendering.
I tried to add a flush to wait for the VU1 but without success. I'm desperate not to find a solution.
Fixing this problem will help people to create a more complexe project by using the sample as a base so I think it's interesting to fix this.
I planned to add PS2 support in a game engine.
Metadata
Metadata
Assignees
Labels
No labels
