C# WPF 3D Examples

Examples:

  1. Simple 3D Scene (modified).
  2. Pyramid.
  3. Sphere.
  4. Straight Pipe.
  5. Straight Pipe with Curved Pipe.
  6. Fractal Tree.
  7. Cart.
  8. Sun System.
  9. Pipelines.

See code in src directory.
Look at images in img directory.

Simple 3D Scene (modified)

1_1_simple_scene

1_2_simple_scene

Pyramid

High-Level Pyramid

2_high_level

Low-Level Pyramid

2_low_level

Sphere and 3/4 of the sphere

3_1_sphere

3_2_three_fourths_of_the_sphere

Straight Pipe: cylinder with bases, hollow cylinder and pipe

4_cylinder_with_bases_hollow_cylinder_and_pipe

Straight Pipe with Curved Pipe

5_straight_and_curved_pipes

Fractal Tree

6_1_fractal_tree

6_2_fractal_tree

Cart (with animation of movement)

7_cart

Sun System

8_sun_system

Pipelines

9_1_pipeline 9_2_pipeline 9_3_pipeline