Christof K.

Results 20 comments of Christof K.

Hi @percramer, some years ago I had connected a 3dconnexion device with the WPF part of the HelixToolkit and it had worked well. Unfortunately I haven't got this device anymore,...

Hi @Reaper90, perhaps the ['globalMouseKeyHook' project](https://github.com/gmamaladze/globalmousekeyhook) on github could be a solution for this problem.

The suggested Game Engine seems to work only with UWP Apps. I would prefer a solution which also support WPF and WPF .net core. Perhaps SharpDX could be replaced directly...

I have changed the D2DScreenMenuExample to reproduce this issue. I have just added this binding `` into the XAML code and immediately I got a `NullReferenceException: Object reference not set...

Hi @JuandreG, I had a simmilar issue when I tried to switch the load method to the Asimp Importer class. To be compatible with the existing code I need to...

Hi @jeromegold, yes, I am using the SharpDX.Core part in a .net core 3.1 WPF application. The Asimp Import is not supported with the HelixToolkit.WPF version. See [Wiki Entry -...

Hello @jeromegold, In my .net core 3.1 project I use the following nugget packages: * HelixToolKit * HelixToolKit.SharpDX.Core.Wpf * HelixToolkit.SharpDX.Assimp I had never references to .net 4.5 or higher. Which...

Hi @ikonuk, I don't see this bug. I have created a simple sample with a TubeVisual3D and a GridLinesVisual3D. I set `MinorDistance = 1.0` and the Tube Diabeters = `2.0`....

Oh, sorry I have misunderstod your message. I thought you mean that both (TubeVisual3D and HelixVisual3D) are wrong.

Hi Ibrahim, you are right. There is a bug in the HelixVisual3D. I have changed the DNA Example in the WPF ExampleBrowser and added a GridViewLinesVisual3D. ``` ``` As you...