Salmon Viewer is a 3D model viewer that only supports 3ds files for now. It is written in C# and the models are rendered in OpenGL using the Tao Framework. This viewer is a good tool for learning OpenGL.
Usage
The viewer must be used from the command line with a single argument which is the path to the 3ds file:
mono SalmonViewer c:path ofile.3ds
Once loaded, you can interact with the interface with the following commands:
· w,s move forward and backward
· a,d turn left and right
· z,x move up and down
· -,= move light source along x-axis
· click and drag the mouse to change direction
Product's homepage
Requirements:
· Mono Project