Reader 3ds v2.0 available

by abenedik 26. December 2005 15:16

Reader3ds is a class that can be used to import 3d objects from 3ds files into WPF.

The current v2.0 features:
- Multiple objects
- All Positions
- All TriangleIndices
- All TextureCoordinates
- All Cameras
- All Lights (as DirectionalLigth)
- All Materials (name, ambient color, opacity and texture)
- For Texture reads Image file name, u and v offset and u and v scale
- Assign material to TriangleIndices
- Default material is used for objects that does not have any material information set.

Tags: , , ,

Reader3ds

Published Viewer 3D and 3ds reader

by abenedik 13. November 2005 00:16

I have written an WPF application that can be used to preview 3D objects from 3ds files. It is also possible to export the objects to xaml. The application uses some of the "cookies" of WPF like styles, transpancies, animation and triggers.

Tags: , , , ,

Reader3ds