Search found 397 matches

by nickz
Fri Sep 10, 2021 1:52 am
Forum: Bug Reports
Topic: Error when loading GLM
Replies: 6
Views: 21266

Re: Error when loading GLM

Hmm. We are looking into it.
Thanks for reporting
by nickz
Wed Aug 04, 2021 4:44 am
Forum: General Issues
Topic: Rotation
Replies: 3
Views: 7074

Re: Rotation

Great that you have figured this out. Sorry I got lazy with the snippet (corrected already). new BoxDg() is not needed and GetCenter() is only in v7.0. BUT This style is already available in v6.2. Search, say, for GetViewingVolume or GetBoundingBox in DGKernel_6_2\Samples\NET\C#\ and you will find d...
by nickz
Sun Aug 01, 2021 1:29 am
Forum: General Issues
Topic: Rotation
Replies: 3
Views: 7074

Re: Rotation

It is a good question, Aaron IView_DG.Rotate(double angle, double vx, double vy, double vz) is a shortcut, and not a very good one (our omission). It rotates around an axis passing through the current origin of eye frame, which stays the same as the global origin if you do not pan. We will look at c...
by nickz
Fri Jul 23, 2021 3:07 am
Forum: Bug Reports
Topic: Error when loading GLM
Replies: 6
Views: 21266

Re: Error when loading GLM

We have added some synchronization to the converter in today's 5222 update. It should be OK now. It would be good to convert all .glm files on your customer's machines. It can be done by running cglm.exe from command line. It will convert all .glm in subdirectories as well and will store .mdg in a s...
by nickz
Thu Jul 22, 2021 2:06 am
Forum: General Issues
Topic: API questions
Replies: 6
Views: 9089

Re: API questions

Great that IVirtualView is working. Sorry about the selection. I have put in a record into the system for investigation. About the interface. This is from an e-mail to a UK customer: " V6.2 has a better interface set (with _DG suffix). In the v7.0, which we are finishing now, we have created another...
by nickz
Tue Jul 20, 2021 9:43 am
Forum: General Issues
Topic: API questions
Replies: 6
Views: 9089

Re: API questions

More on IVirtualView. I just have checked. It seems to be working with 32 bit. Unfortunately there is no official sample installed to demo it. It was demoed in v5.2 with C++ Capture sample. I have attached it here. It is debuggable. It should be clear how to do the same in other languages. ScreenSho...
by nickz
Tue Jul 20, 2021 5:24 am
Forum: General Issues
Topic: API questions
Replies: 6
Views: 9089

Re: API questions

3) "When using IView_DG.GetViewingVolume, which axis is which on the Box_DG range array?" 0,1,2 are x,y,z. The ranges in the box are relative to the eye frame . Try playing with the birds eye view from the context menu to see it. The birds eye view updates on runtime view manipulations of the main w...
by nickz
Tue Jul 20, 2021 5:15 am
Forum: General Issues
Topic: API questions
Replies: 6
Views: 9089

Re: API questions

2)
It was our omission. Thanks for pointing out. It is an important interface. It will be supported in the next version as well
by nickz
Tue Jul 20, 2021 5:00 am
Forum: General Issues
Topic: API questions
Replies: 6
Views: 9089

Re: API questions

Good points, Aaron 1) Items e3DBoolParamSelectionGeometricOnly=14 and e3DBoolParamSelectionGeometric=16 are not used (quietly ignored) since v5.0. They were related to a faster method of selection via OpenGL functionality. It had problems and we have switched to DirectX in v5 anyway. Apart from the ...
by nickz
Mon Jul 19, 2021 5:45 am
Forum: Bug Reports
Topic: Error when loading GLM
Replies: 6
Views: 21266

Re: Error when loading GLM

Thank you for reporting, Aaron
We are looking into it
Regards