hrydgard / ppsspp

A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.
https://www.ppsspp.org
Other
11.23k stars 2.17k forks source link

spline surface demo missing half of the models #11052

Open benderscruffy opened 6 years ago

benderscruffy commented 6 years ago

PPSSPP v1.5.4-993-gab65c5210 Windows 64 bit during the demo only half of the models are shown splinesurface.zip

LunaMoo commented 6 years ago

Spline/Bezier curves emulation isn't perfect yet(and even worse when using hardware tesselation), so yeah, good demo for testing future improvements.;]

unknownbrackets commented 6 years ago

It almost seems like culling based on cw/ccw, but I double checked the flag is off. It seems to work correctly in the software renderer, and #11078 confirms that it is seeing all the points.

-[Unknown]

unknownbrackets commented 4 years ago

Just noting here: after #11425, this is mostly working, but there's a smallish glitch that's only visible with a hardware backend + software tessellation (which is the default setting.)

-[Unknown]