Re: GZDB plugin: 3D floor mode

Thanks for the patches, I'll have a closer look at them sometime soon. If you have an GitHub account you can also create pull requests.
Error CS1061 'FlatSelectorControl' does not contain a definition for 'UsePreviews' and no extension method 'UsePreviews' accepting a first argument of type 'FlatSelectorControl' could be found (are you missing a using directive or an assembly reference?)
Xabis wrote:* When hovering over the slope handles of a 3d floor, a label will appear to identify which plane is being worked on (floor / ceiling). It gets confusing otherwise, to determine what is being affected.
Nash wrote:Are there any major issues left with this plugin?
Kappes Buur wrote:Is there a binary for that 3D floor plugin with Xabis's patch ?
boris wrote:Nash wrote:Are there any major issues left with this plugin?
I think it's mostly small things that need improvement, and some heavy code clean up.
boris wrote:I think it should just use one set of "C" and "F" labels on the sector, no matter how many slopes are in there. It uses the normal facility to place the sector labels, so each sector (or part of a sector) should have the labels. If it's for a normal slope or a sloped 3D floor is determined by the tint color.
This is what it looks right now:
The highlighted SVG (2nd from below) slopes the 3D floor control sector in the top left (green tint), and where the 3D floor is is indicated by the blue tint. So IMO the blue tinted sector parts should have the "C" and "F" labels, too. If another SVG would slope the destination sector the tint would be green. Maybe additional labels for sloped 3D floors (in the tagged (blue) sector) could be added. Like "T" for top and "B" for bottom or something (since "ceiling" and "floor" are not too intuitive).
boris wrote:There are now labels for floor (F), ceiling (C), bottom of a 3D floor (B), and top of a 3D floor (T). So in the image you can see that the highlighted slope vertex slopes the top of a 3D floor (blueish tint). Of course the control sector is highlighted too (in green), and since the ceiling of the control sector translates to the top of the 3D floor, both the C in the control sector and the T in the tagged sector are highlighted, too.
boris wrote:Might sound confusing, but I think it's pretty clear when you see it in action.