Ab3d namespace contains classes that help working with 3D in Windows Presetation Foundation (WPF). The main class is Reader3ds that can read 3ds files.
Classes
| Class | Description | |
|---|---|---|
| Animator3ds |
Animator3ds is a helper class for playing animations stored in 3ds file
| |
| Reader3ds |
Reader3ds is a class library for importing 3D objects from 3ds files into .Net 3.0 3D objects.
| |
| Reader3ds..::.MissingTextureException |
Exception thrown when a texture file is missing and ThrowMissingTextureException is true
| |
| Transformer3ds |
Transformer3ds is a helper class that helps animate and transform (rotate, scale and translate) the objects read with Reader3ds.
|
Delegates
| Delegate | Description | |
|---|---|---|
| Animator3ds..::.FramesPerSecondUpdatedEventHandler |
Event handler for getting the current frames per second
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| Reader3ds..::.ShadingType |
Defines the smoothing types that is applied to objects. Default value is SmoothingGroups.
|