Browse our Products

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

 

Aspose.3D for .NET 22.2

Download  Support Forum 

File Details

  • Downloads:
  • 19
  • File Size:
  • 9.9 MB
  • Posted By:
  • lex.chou
  • Views:
  • 47
  • Date Added:
  • 2/7/2022

File Details

Embed Textures in U3D & PDF

Embed textures in U3D and PDF format files. Generate 3D PDF file with embedded texture files.

var scene = new Scene();
scene.Open($"test.obj");
var opt = new PdfSaveOptions();
//embed the external textures in the output PDF file.
opt.EmbedTextures = true;
//Look up external textures in the  common/textures directory
opt.LookupPaths.Add("common/textures");
scene.Save("test.pdf", opt);

Generate U3D with Embedded Texture

Set this to true to generate 3D U3D file with embedded texture files.

        var scene = new Scene();
        scene.Open($"test.obj");
        var opt = new U3dSaveOptions();
        //embed the external textures in the output PDF file.
        opt.EmbedTextures = true;
        //Look up external textures in the  common/textures directory
        opt.LookupPaths.Add("common/textures");
        scene.Save("test.u3d", opt);

Improved Support of GLTF Format

Ability to access extras and extensions in the GLTF format file.

Encode 3D Scene & Node Metadata

Allow to encode the scene and node’s metadata to USD.

Decode 3D Scene & Node Metadata

Allow to decode the scene and node’s metadata from USD.

For a complete list of features, enhancements, and bug fixes in this release please visit, Aspose.3D for .NET 22.2 Release Notes.

 English