Problems with intersecting 3D openGL planes.

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
bairog
Newbie
Newbie
Posts: 72
Joined: Fri Jul 07, 2006 12:00 am
Location: Moscow, Russia
Contact:

Problems with intersecting 3D openGL planes.

Post by bairog » Tue Dec 05, 2006 1:30 pm

I have two 3D openGL planes, which are intersecting. From one positions they are painted correctly:
Image

But when I rotate my chart line by which theese planes intersect becomes ugly painted:
Image

Is it disadvantage of your software of maybe I can improve this situation?
If first, when are you going to fix this problem?


Here my chart and openGL settings:
Image
Image

Thank you.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Dec 05, 2006 2:17 pm

Hi bairog,

I could reproduce the issue here and I'd say it is a TeeChart bug. I've added it (TF02011957) to our defect list to be reviewed for future releases.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

bairog
Newbie
Newbie
Posts: 72
Joined: Fri Jul 07, 2006 12:00 am
Location: Moscow, Russia
Contact:

Post by bairog » Thu Dec 07, 2006 9:42 am

I've discovered some other troubles with my chart described above:

1)I have a checkbox to determine is it necessary to draw one of those planes. The following code doesn't work (plane is always painted):

Code: Select all

surface1.Brush.Visible = checkbox1.Checked;
In orthogonal non-openGLchart it works correctly.

2)After several manipulations with my chart (switching between orthogonal non-openGL and openGL modes, making it invisible and visible again) I've got bottom wall ugly painted though it's Tansparent property is set to true:
Image

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Dec 11, 2006 11:39 am

Hi bairog,

1. I could reproduce the issue here and added it (TF02011966) to our defect list to be fixed for future releases.

2. I couldn't reproduce the problem here. Could you please send us a simple example project we can run "as-is" to reproduce the problem here?

You can post your files at news://www.steema.net/steema.public.attachments newsgroup.

Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply