Moka Schitta

Results 34 comments of Moka Schitta

Ah I see, that makes sense. Just FYI, I put the vulkan backend on hold for now as I don't have any immediate need for it and have other more...

Sure, have a stab at it. Especially for realtime use, I doubt that you'll be able to outperform MSAA in both quality and performance. I'd love to be proven wrong,...

Hi, I am not really actively working on this anymore right now due to time constraints and also realizing that I prefer a triangulation approach over the stencil buffer approach...

Ah, that exactly is the problem. If the external HDD is not connected, it just uses the folder of the mount point to store the backups. Is there any way...

I am using the qt client (v. 1.2.0) with basically the default settings.

where would I find those hooks in the gui version?

So I worked around this. Instead of using the mount point directly as the backup location, I created a folder to use that only exists when the extern HDD is...

Do you think this should partially work/be implemented at the level of `insert_vertex` and `insert_edge` etc. or is that too granular? In my mind that makes sense, just wanted to...

Yeah, from a theoretical, architectural standpoint, I tend to agree with that assessment. That said, let's look at `quad_tri_subdivision` under that assumption. A bulk of the initial logic relies on...

While this might be too extreme, I think another approach could be to treat vertex/half edge properties as first class citizens that automatically get interpolated. That actually makes a lot...