View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001291 | NoesisGUI | C# SDK | public | 2018-04-17 15:43 | 2020-12-07 10:41 |
| Reporter | ai_enabled | Assigned To | sfernandez | ||
| Priority | normal | Severity | minor | ||
| Status | resolved | Resolution | no change required | ||
| Product Version | 2.1.0f1 | ||||
| Target Version | 3.0.9 | Fixed in Version | 3.0.9 | ||
| Summary | 0001291: Textures rendering issues (unexplainable seams) | ||||
| Description | Hi guys, the problem is presented in the attached screenshots: As you can see the background visible through seams between rectangle elements:
I think it might be related to how you perform UV mapping or wrapping mode/bordering mode during texture rendering... however I'm really not sure how a semi-transparent pixel might appear in that case. Regards! | ||||
| Attached Files | |||||
| Platform | Any | ||||
|
Though to consider - the size of seam is independent from the zoom (which is performed using ScaleTransform) and always about 1 device pixel. See the attached screenshot (remember that visible magenta rectangle is formed by four neighboring magenta pixels of the test texture (image #4 above)). |
|
|
Thanks for all this information! Could you also please attach a frame snapshot using the D3D frame debugger? (visual studio -> Debug -> Graphics -> Start Graphics Debugging) |
|
|
Thanks for the debug session! And congrats for the momentum you are talking about. You deserve it! |
|
|
I still wonder what's causing this issue when using a texture brush yet it's not reproducible with a solid color brush. |
|
|
This problem can also be reproduced in WPF and the source of it is that contiguous rectangles don't share the same vertices, so imprecisions can leave small holes between them letting the background be visible sometimes (you can resize the window and holes appear and disappear).
You can see the attached images produced by that xaml in Blend. The last one is using a SolidColorBrush, so you can see it is not a problem with textures. The only way to avoid those holes is by using a single mesh (Rectangle) and tile the texture. |
|
|
Hi Sergio, That's what I've suspected based on my previous experience by rending tiled terrain in CryoFall. After that, we've switched to a shader-based approach to draw a properly tiled terrain. I was surprised I cannot see the seams when rendering tiles with SolidColorBrush though...In WPF there are indeed seams in either case. I'm reworking the map to use large chunks with render textures, and will add a coordinate grid to hide the stitches! :-) Regards! |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2018-04-17 15:43 | ai_enabled | New Issue | |
| 2018-04-17 15:43 | ai_enabled | File Added: 1.Problem.png | |
| 2018-04-17 15:43 | ai_enabled | File Added: 2.ProblemHowItRendered.png | |
| 2018-04-17 15:43 | ai_enabled | File Added: 3.WhenRenderingWithoutTextureBrush.png | |
| 2018-04-17 15:43 | ai_enabled | File Added: 4.TestWhiteRect.png | |
| 2018-04-17 15:44 | ai_enabled | Summary | Textures rendering issues (seams!) => Textures rendering issues (unexplainable seams) |
| 2018-04-17 15:44 | ai_enabled | Description Updated | |
| 2018-04-17 15:45 | ai_enabled | Description Updated | |
| 2018-04-17 15:46 | ai_enabled | Description Updated | |
| 2018-04-17 15:47 | ai_enabled | Description Updated | |
| 2018-04-17 15:55 | ai_enabled | File Added: Screenshot at 20-53-21.png | |
| 2018-04-17 15:55 | ai_enabled | Note Added: 0005192 | |
| 2018-04-17 16:00 | ai_enabled | Description Updated | |
| 2018-04-18 19:36 | jsantos | Assigned To | => jsantos |
| 2018-04-18 19:36 | jsantos | Status | new => assigned |
| 2018-04-18 19:37 | jsantos | Note Added: 0005193 | |
| 2018-04-18 19:37 | jsantos | Status | assigned => feedback |
| 2018-05-29 15:06 | ai_enabled | Status | feedback => assigned |
| 2018-06-01 22:33 | jsantos | Note Added: 0005207 | |
| 2018-11-01 02:14 | jsantos | View Status | public => private |
| 2018-11-21 16:41 | jsantos | Target Version | => 2.2.0 |
| 2018-11-21 16:41 | jsantos | View Status | private => public |
| 2018-11-21 16:41 | jsantos | Platform | => Any |
| 2019-03-06 18:03 | jsantos | Relationship added | related to 0000916 |
| 2019-03-18 22:09 | sfernandez | Target Version | 2.2.0 => 2.2.1 |
| 2019-04-05 12:04 | sfernandez | Target Version | 2.2.1 => 2.2.2 |
| 2019-04-30 10:14 | sfernandez | Target Version | 2.2.2 => 2.2.3 |
| 2019-06-18 16:54 | sfernandez | Target Version | 2.2.3 => 2.2.4 |
| 2019-08-26 15:25 | jsantos | Target Version | 2.2.4 => 2.2.5 |
| 2019-12-30 10:33 | sfernandez | Target Version | 2.2.5 => 3.0.0 |
| 2020-04-13 14:41 | jsantos | Target Version | 3.0.0 => 3.0 |
| 2020-12-04 01:13 | ai_enabled | Note Added: 0006860 | |
| 2020-12-04 01:13 | ai_enabled | Note Edited: 0006860 | |
| 2020-12-04 10:42 | jsantos | Target Version | 3.0 => 3.0.9 |
| 2020-12-04 10:43 | jsantos | Assigned To | jsantos => sfernandez |
| 2020-12-04 12:01 | sfernandez | File Added: wpf-blackbg.png | |
| 2020-12-04 12:01 | sfernandez | File Added: wpf-redbg.png | |
| 2020-12-04 12:01 | sfernandez | File Added: wpf-solidwhite.png | |
| 2020-12-04 12:01 | sfernandez | Note Added: 0006861 | |
| 2020-12-04 12:02 | sfernandez | Note Edited: 0006861 | |
| 2020-12-04 12:03 | sfernandez | Status | assigned => feedback |
| 2020-12-05 01:28 | ai_enabled | Note Added: 0006871 | |
| 2020-12-05 01:28 | ai_enabled | Status | feedback => assigned |
| 2020-12-05 01:29 | ai_enabled | Note Edited: 0006871 | |
| 2020-12-07 10:41 | sfernandez | Status | assigned => resolved |
| 2020-12-07 10:41 | sfernandez | Resolution | open => no change required |
| 2020-12-07 10:41 | sfernandez | Fixed in Version | => 3.0.9 |