Jacob Falck
Jacob Falck
I sure wouldn't mind a binary!
jmickle66666666 is correct. To put it in other words. I'd like to be able to set a single face to "Shadows Only", rather that the entire CSG Model. Like so:...
I think that the proposed tag system sounds very interesting, in particular if it can be easily user extended. However, I feel it might be necessary to re-iterate my original...
So T-junctions occur during the triangulation? Could this point to a data structure limitation? IIRC, one of the main benefits of using a half-edge structure to represent the geometry is...
I see. I agree that the handling of such brushes should be done internally - to the average user (myself included) the most intuitive behavior would be to treat any...
Interesting! Thank you. I'm not an experienced programmer of any sort, but I enjoy this discussion at a conceptual level if nothing else. If I've understood you (and other sources)...
That sounds like a sensible solution. Maybe throw a message if SCSG detects an abnormally long build time, suggesting the user dials down the use of concave brushes and/or splits...
I don't know if the performance issues with the default grid can be dealt with by optimizing the code, or if rendering an obscene amount of lines will be problematic...
Excellent work as always! I just tried it out and it feels great. :)
Yeah, I think fetching exported class properties makes sense! Certainly less ugly than what I was proposing. I'm curious about how you'd fetch the exported class properties/members. By using get_property_list()?...