3D mesh kodlaması Google Draco dosyasında
Contents
[
Hide
]
Aspose.3D for .NET API allows developers to import a 3D model, and then encode meshes in the Google Draco files. Developers can also specify the position, texture coordinates, color and normal bits as well as the compression level before encoding a mesh.
3D mesh alın ve Google Draco dosyasında kodlayın
DracoFormat
sınıfı tarafından maruz kalan Encode
yöntemi, Google Draco dosyasında bir 3d mesh kodlamak için kullanılabilir. Parametreler olarak Mesh
ve DracoSaveOptions
nesneleri alır. Draco kaydetme seçeneklerini kullanarak, geliştiriciler bir ağ kodlamadan önce konumu, doku koordinatlarını, rengini ve normal bitlerini ve sıkıştırma seviyesini de belirtebilirler.
Programming ample ample
This code example retrieves a Mesh
of Sphere
, and then encode in the Google Draco file after specifying a compression level.