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

How to put shadows for modelvisual3d objects

Suran Mahawithana 9 years ago updated by anonymous 7 years ago 3

I am doing a project using helix 3d toolkit in which a background image is overlayed with helix3d viewport that displays 3d models on top.So far everything works fine except 3d models appear unrealistic on the interior image since they dont cast any shadoes to the light. Does anybody know how to add shadows for each 3d model in viewport ?

0

Add a 2nd view/camera

egon sepp 9 years ago 0

Hi,


I would like to add a second view to my program so that the scene can be viewed from 2 different angles.


Can anybody give me a hint how to achieve this? Preferable without doubling the scene :D

0

How to set tube rotation around axis?

Anonymous 9 years ago 0

I have added 2 tubes using the same list of points, but tube A is rotated approx 90 degrees around its axis relative to tube B. I am using MeshBuilder.AddTube(points, diameter, 5, false);


Since the tube is square instead of round, this is noticeable. How can I control the rotation of the tube geometry?


Thanks for any feedback!


Image 23

0

How to change texture/draw on certain areas of an imported obejct with Helixtool?

Georgiana Manolache 9 years ago updated by Lucas Silva 9 years ago 1

I would like to only change material in certain parts of my imported object. I want to simulate brain activity. I am using an imported .obj and I would like to draw/change texture of the object only on the right side. Is that possible within Helixtoolkit?

0

How to add string (text) objects to 3D scattered plot instead of shapes?

Gonzalezk 9 years ago updated by anonymous 7 years ago 1

I want to plot textual data into 3D plot instead of spheres or other shapes. Texts like 1,2,3 or A,B,C... or P1, P2... etc...

0

Billboard text incorrect position when camera moves in inertia mode.

Mateusz Spychała 9 years ago updated by ไอยดา สุรีวงค์ 4 years ago 1

Hello,

I started billboard demo and i have problem. Text billboards are moving around the screen when I zooming or rotating camera. Problem occurs only when camera is in inertia mode after zooming wheel or releasing right mouse button.

I attached below recorded behaviour posted on YouTube.


Youtube video

I noticed that when you add billboards in xaml file everything is working fine, but i have to inserting text billboards dynamically in program.


Best regards,

Mateusz



0

Problem uploading the texture of some .obj files

krobot 9 years ago 0

Hello,

Thanks for great library. During several past months I was working with your library and I was able to upload different object files and corresponding textures using objreader class.

However, when I try to load any .obj from Stanford Scene Database Helix cannot show the textures.


I tried different things but yet no success. Could you please help me?


Thanks

0

How to update ModelVIsual3d in runtime

LeonelC 9 years ago 0

Hi all!, i'm using HelixToolkit to show same result, but recibe a the result from other program. i need to show the result in runtime, but when i open it only show the last result. someone know how i can do to update modelVisual3d in runtime? thanks

0

NuGet - could not install 2015.1.698 with .NET 3.5: Necessary References

Andrew B 9 years ago 0

Hi All,

I need to target .Net 3.5. When I use NuGet, it says:

Severity

Code

Description

Project

File

Line

Suppression State

Error

Could not install package 'HelixToolkit 2015.1.698'. You are trying to install this package into a project that targets '.NETFramework,Version=v3.5', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

0

What packages do I need exactly?


Thanks!

Andrew

0

Help with data binding

OxD 9 years ago 0

Perhaps this is a dumb question - apologies in advance. I have followed the example program to plot a 3d point cloud in Viewport3DX control. Please can someone tell me how I can update the points such that new ones appear on the screen. I don't fully understand how these are bound? Many thanks in advance.