comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » rotation with "HIDE"
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
rotation with "HIDE" [message #49892] Wed, 30 August 2006 16:09
adisn123 is currently offline  adisn123
Messages: 44
Registered: July 2006
Member
Hi,

The other day, I posted a topic related to "a large array display in
3D" and its rotation.
I got a response from Rick Towler to the matter of improving the
rotating rate.
He said that I can hide lots of data while rotation and let it display
all data after rotation is done.
I could understand the concept and think it's really good idea, but
can't figure out how to
manipulate the "xplot3d" procedure or make my own view to do that.

Here are a part of his response that I cut and pasted.
>> Another thing to consider would be to write your own viewer which HIDEs
>> almost all of your data when you rotate the objects. You could do this
>> by plotting the data in 2 IDLgrPolyline objects. One with some data,
>> the other with lots. When a mousedown event is processed you hide the
>> 'lots of data' polyline. At mouseup you unhide it.
>> I was suggesting that you hide most (not all) of your data to make
>> rotating and zooming easier since with fewer objects to draw the program
>> will be much more responsive. Drawing just a subset of your data will
>> still allow you to have some sort of reference when manipulating it.
>> When you are done rotating/zooming etc. then *all* of the data is drawn
>> so you see the entire data set.


So, all I need to is to make a program that does plots only some number
of data while rotation (mouse down event) and display all when the
rotaion is done(mouse up event).
It sounds easy, but somehow, I can't figure out.

Any help, please?
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Introducing IDL Analyst
Next Topic: Re: DXF and Face3D

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 01:28:11 PDT 2025

Total time taken to generate the page: 0.08163 seconds