0

Simple Geometry Lines

Anonymous 10 years ago 0
This discussion was imported from CodePlex

Aurega wrote at 2013-11-29 14:51:

Hello,

I´m just learning with WPF, I want to make simple line by using HelixViewport3D from XYZ coordinations to XYZ, but I can´t figure out which parameters I must use. I tried many combinations but without luck.
Can anyone help me with this ?

RobPerkins wrote at 2013-11-30 08:26:

Avail yourself of one of any number of online resources found by a Google or Bing search for "WPF 3D Tutorial". Charles Petzold's demos were particularly good.

objo wrote at 2013-12-02 19:59:

Drawing a line in WPF is not a simple task, drawing a triangle is much easier. Remember to add light(s) to the scene.
I agree with Rob - Petzold's book (and demos) is a great place to start!