imadOmran / 3d-editor-toolkit

Automatically exported from code.google.com/p/3d-editor-toolkit
MIT License
0 stars 0 forks source link

Refresh views (Windows) #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

When dragging the axis it looks strange (see attached picture).

Solution (?): update all views during the drag axis operation?

Also when translating an object in one view, it doesn't update the other 
views, until the mouse has focus in those views.

Solution:
Probably best to refresh all views when releasing the mouse button (during 
translate/rotate/scale etc).

Original issue reported on code.google.com by erwin.coumans on 21 Dec 2009 at 6:27

GoogleCodeExporter commented 9 years ago
attached picture of wrong redraw

Original comment by erwin.coumans on 21 Dec 2009 at 6:37

Attachments:

GoogleCodeExporter commented 9 years ago
Syncing views should be fixed in Mac and Windows. It synchronizes at end of 
operation like manipulation, 
selection, etc.
I can't reproduce your bug when dragging splitter in my virtual machine in 
VMware Fusion. I try physical box 
with Vista.

Original comment by kunc.fi...@gmail.com on 1 Jan 2010 at 11:26

GoogleCodeExporter commented 9 years ago

Related, picking the splitter bar under Windows is very difficult, only 1 pixel 
width. 
Can you make the picking area bigger?

Original comment by erwin.coumans on 3 Jan 2010 at 12:24

GoogleCodeExporter commented 9 years ago
I tried to invalidate whole form or separate views, when splitter is moving, 
but under Vista is still looking very 
badly. I don't know what is wrong.  Another thing I noticed on physical box 
with Vista was that sometimes 
OpenGL commands are partially ignored. For example sometimes wireframe is not 
drawn completely, arrows on 
manipulator is not complete, etc.
Under XP in VMware Fusion or Mac OS X I didn't noticed this problems, I don't 
know if they are driver related or 
where the problems is.
I try to look at these problems more in this week and fix splitters and other 
things in Windows version.

Original comment by kunc.fi...@gmail.com on 3 Jan 2010 at 4:23

GoogleCodeExporter commented 9 years ago
Splitters are now 4 pixel wide (since r138). It should help in picking and 
dragging. Refreshing problems are still 
there.

Original comment by kunc.fi...@gmail.com on 9 Jan 2010 at 10:51