Jelajahi Produk kami

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 untuk .NET 22.2

Unduh  Forum Dukungan 

Detail File

  • Unduhan:
  • 19
  • Ukuran File:
  • 9.9 MB
  • Posted By:
  • lex.chou
  • Tampilan:
  • 47
  • Tanggal Ditambahkan:
  • 2/7/2022

Detail File

Sematkan Tekstur di U3D & PDF

Menyematkan tekstur dalam file format U3D dan PDF. Hasilkan file PDF 3D dengan file tekstur tertanam.

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);

Hasilkan U3D dengan Tekstur Tertanam

Setel ini ke true untuk menghasilkan file U3D 3D dengan file tekstur yang disematkan.

        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);

Peningkatan Dukungan Format GLTF

Kemampuan untuk mengakses ekstra dan ekstensi dalam format file GLTF.

Encode Scene 3D & Metadata Node

Izinkan untuk menyandikan adegan dan metadata node ke USD.

Decode Adegan 3D & Metadata Node

Izinkan untuk memecahkan kode adegan dan metadata node dari USD.

Untuk daftar lengkap fitur, penyempurnaan, dan perbaikan bug dalam rilis ini, kunjungi Aspose.3D for .NET 22.2 Release Notes.

 Indonesia