This is the discussion forum for Helix Toolkit.
For bugs and new features, use the issue tracker located at GitHub.
Also try the chat room!
0

Zoom In fails

Hypo Dyne 7 years ago updated by ไอยดา สุรีวงค์ 4 years ago 3

When I try to zoom in (middle mouse wheel) using helix toolkit viewport it shudders, then refuses to zoom in. I can zoom out, but when I try to zoom back in it fails again. If I zoom out, go behind the model and then zoom in, it works sometimes, then I can go back around the front and zoom in.


Failed to paste example code.

0

Camera Information

Hypo Dyne 7 years ago updated 7 years ago 1

In the helix Viewport overlay by default you have both the camera information and the coordinate system in the lower left corner.


I think you should move the camera information to the top left corner, and move the title to the top center, so that none of the overlays, overlap each other.


Image 103


0

Visual Studio 2017 properties

Hypo Dyne 7 years ago updated by ไอยดา สุรีวงค์ 4 years ago 2

In Visual Studio 2017 when you select 3D object, some of the properties do not show up in the properties windows, especially transforms.


This means it makes it very difficult to do storyboard animations.


Image 104



0

hololens

joeprog 7 years ago updated by ไอยดา สุรีวงค์ 4 years ago 1

UWP and DirectX will work with Hololens.  Can Helix for UWP also work with Hololens?

0

gradientbrush on tube

Erik 7 years ago updated by ไอยดา สุรีวงค์ 4 years ago 2

It seems to be impossible to apply a LinearGradientBrush on a TubeVisual3D. Or is it?

I want to have a gradient along the tube, across all its segments and bends.

Any suggestions?

0

Model3D Transparency

Hello.I have issue with displaying .ski model from Perfect World game.

In game one weapon should be like: 

Image 101

but in wpf helix it looks like 

Image 102

as i see,some details here should not be transparent,but they are :(.How can i improve this?

Code mark is default:


 <Grid Name="ViewGrid" Background="Silver">
            <hvd:HelixViewport3D Name="Viewport" ShowFrameRate="True" ShowCoordinateSystem="True" CameraRotationMode="Trackball"  >
                <ModelVisual3D x:Name="Model"/>
                <hvd:SunLight>
                </hvd:SunLight>
            </hvd:HelixViewport3D>
        </Grid>

0

[Video] how to download Youtube video

Billie Morgan 7 years ago updated by rehman seowork 1 year ago 4

Y


Youtube video


Vidmate is an application that allows users to play videos, download videos as well as audio files. Just have a 3G or wifi network that you can quickly download videos from popular sites such as Youtube, daylimotion, metacafe ... With compatibility with most major web sites today, Vidmate is proud to bring the latest, hottest and most quality things to users.


See more: https://vidmatefreedownload.net/

0

How to make object invisible for mouse

maxxer 7 years ago 0

Hello,


I have many objects loaded in a scene (part of a SortingVisual3D) and added a manipulator to each of them. Everything works perfectly.


Now I want to surround them by a transparent cylinder. Also this works.


The problem I have now is that the manipulators are not useable when the objects are in the transparent cylinder because the mouse is captured by the cylinder.


Is there a way to make the box invisible for mouse operations?


I am using Helixtoolkit for C# WPF



Image 100


0

.obj importer doesn't work in wpf version

I use the last version of Helix. When I try to open obj files through ModelViewer in Examples, the program crashes.

In previous version of Helix the same.obj files opens correctly.

Am I doing something wrong?

0

Viewport 2D of 3D object and textureimage

Nina 7 years ago 0

Hello everybody,

Can some one help me please!

 I have created a viewport using Helix tool kid. I put camera at the position (0,0,0). then I create sky box around camera then show the part camera can view to view port.  My problem is when my view port is showing 1 part of image. How I can know where is the area showing in view port at 2D image that I used for texture to the cube?