Andrej's Avalon 3D

Thursday, April 28, 2005

Links

Download Avalon and Indigo Community Technology Preview - March 2005

AVALON:
WinFx SDK Documentation
Designers Love .NET
ChrisAn's Blog

3D GRAPHICS:
Free 3D Models Collection
"Face and Vertex Normal Vectors" from MSDN
"3D computer graphics" from Answers.com

CODE PROJECT:
Valil.Chess by Valentin Iliescu (3d chess in Avalon)
A Vector Graphics Rendered Animated Clock By Marc Clifton
3D in XAML By Livid

Tuesday, April 26, 2005

Importing 3D objects into Avalon from 3ds files

I have posted an article to The Code Project about importing 3D objects into Avalon from 3ds files.

Avalon 3d

You can load object from 3ds file directly into Avalon MeshGeometry3D object or export object as XAML text. There is also a simple 3d object viewer. The source can be downloaded from here.

Viewer 3d

Sample

There is also a simple sampe. The first part of the sample uses Load3ds class (from previous source) to load a simple button object and it shows it in tree different positions and colors. Download it from here.

Sample