3D Formats Lithophane Via C#

Create your Lithophane from 3D document formats without any 3D modeling and rendering software to build cross-platform .NET applications.

 

Developers can easily create your Lithophane using the 3D library. Few formats supported by the API are WavefrontOBJ, Discreet3DS, STL (ASCII, Binary), FBX (ASCII, Binary), Universal3D, Collada, GLB, glTF, PLY, DirectX, Google Draco formats, etc. The creation process is very simple, load the source file through an instance of the scene class , perform calculation operations on the Mesh object, and call with the relevant output The Save method of the format parameter.

Create your Lithophane from 3D Scene to various formats

Developers can easily create your Lithophane through the same process listed above. Consider some examples like BMP to FBX lithophane. Load BMP files through scene class objects. Create save options with FbxSaveOptions to create save options and call the scene save method with the output file path and fbx options arguments. The API has appropriate options classes for saving into related classes, e.g. A3dwSaveOptions AmfSaveOptions Discreet3dsSaveOptions Html5SaveOptions RvmSaveOptions and more. Here is the full list of 3D Lithophane formats options.

C# Code for BMP to FBX Lithophane