Opened 11 years ago
Last modified 6 years ago
#2117 reopened defect
GRASS 7: NVIZ: Transparency error for constant surface in
Reported by: | richardc | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.4.5 |
Component: | wxGUI | Version: | svn-trunk |
Keywords: | NVIZ | Cc: | |
CPU: | x86-32 | Platform: | Linux |
Description
Hi,
I notice that setting the constant surface transparency to any value other that zero, causes the constant surface to disappear above a raster layer. The surface remains visible surrounding the image. Only if the constant surface is given a transparency of zero (i.e., 100% opaque) is it possible to position above a raster image.
GRASS 7.0.svn (version 57721) Linux Mint 13 (ubuntu precise)
Richard
Change History (10)
comment:1 by , 11 years ago
comment:2 by , 9 years ago
Milestone: | 7.0.0 → 7.0.5 |
---|
comment:3 by , 8 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
No activity last 3 years, closing, feel free to reopen if needed.
comment:4 by , 8 years ago
Milestone: | 7.0.5 → 7.3.0 |
---|---|
Resolution: | worksforme |
Status: | closed → reopened |
Still valid
comment:7 by , 6 years ago
Milestone: | 7.4.1 → 7.4.2 |
---|
Note:
See TracTickets
for help on using tickets.
see also #2175, since it is also seen from the command line with m.nviz.image, the root cause seems to be in the ogsf library functions.
what happens is the transparent planar surface is rendered first, then the DEM is rendered over the top of it, instead of the DEM being rendered first then the the transparent planar surface rendered through it.
Similar behaviour is also seen for #2175 in devbr6, and perhaps 6.4 too (untested).
Hamish