How to Render an Image of 3D Model from the Camera inside .NET Application


/ Published in: C#
Save to your folder(s)

This Technical tip explains how .NET developers can render an image of 3D model from the camera inside their .NET applications. Using Aspose.3D for .NET, developers can render an image to view a realistic image of 3D model, with or without the enhanced background, textures, shadows and also adjust the image size. The Render method exposed by the Scene class can be used to take a picture from the active camera. Developers may also use the several different ways to navigate and position the camera in the scene. In this code example, we create a camera at position (10,10,10) in an existing 3D scene and look at the origin point for rendering.

URL: http://www.aspose.com/.net/3d-component.aspx

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.