Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 9,904 for

mesh

(0.06 sec)
  1. 通過 .NET 從 GIF 文件格式創建您的 Lithophane | products.as...

    C# 源代碼,用於在 .NET Framework、.NET Core、Mono 上加載、呈現和創建您的 lithophane 到 GIF 文檔。...創建一些新參數並創建一個 Mesh 對象- 對 Mesh 對象執行計算操作- GIF 文件通過 Mesh 類加載 3d 場景-...nozzleSize); //對 Mesh 對象執行計算操作 var mesh = new Mesh(); for ( int y...

    products.aspose.com/3d/zh-hant/net/lithophane/gif/
  2. 档案

    档案... 对 Mesh 对象执行计算操作。 使用 Save 方法生成 3d 场景并保存对象。...nozzleSize); // 对 Mesh 对象执行计算操作 Aspose.ThreeD.Entities.Mesh mesh = new Aspose...

    blog.aspose.com/zh/3d/convert-jpg-image-to-lith...
  3. Aspose.3D Document Object Model (DOM)|Documenta...

    Each 3D scene can comprise of any number of viewports. Using Aspose.3D for Java API, developers can capture one or more viewports in a single screenshot. They may render it in the GUI based Java application or an image....entities within the scene, such as meshes, lights, cameras, or groups...It includes entities such as meshes, lights, cameras, profiles...

    docs.aspose.com/3d/java/aspose-3d-document-obje...
  4. Feature List|Documentation

    General Features and Feature Matrix for C# .NET 3D File Manipulation and Conversion API....texture Polygon meshes Triangle-based meshes Vertex elements...deformer Property animation Mesh Compression Supported glTF 2...

    docs.aspose.com/3d/net/feature-list/
  5. Aspose.3D Document Object Model (DOM)|Documenta...

    Each 3D scene can comprise of any number of viewports. Using Aspose.3D for .NET API, developers can capture one or more viewports in a single screenshot. They may render it in the GUI based .NET application or an image....entities within the scene, such as meshes, lights, cameras, or groups...It includes entities such as meshes, lights, cameras, profiles...

    docs.aspose.com/3d/net/aspose-3d-document-objec...
  6. Concatenate Quaternions and apply on 3D entitie...

    Aspose.3D for Java allows developers to combine two rotation transformation into one represented in a quaternion....data of Mesh among Multiple Nodes of 3D Scene Create 3D Mesh and...

    docs.aspose.com/3d/java/concatenate-quaternions...
  7. Transformation|Documentation

    Articles about transformation of 3D objects in Aspose.3D for .NET....and Share Geometric data of Mesh among Multiple Nodes of 3D Scene...

    docs.aspose.com/3d/net/transformation/
  8. Add Blind Watermark to 3DS File Formats via pyt...

    Sample Python blind watermark code for 3DS file. Use this example code to add blind watermark to 3DS file within any Web based application....constructor of Scene class Get the mesh class of Aspose.3D Add watermark...extension represents 3D Studio (DOS) mesh file format used by Autodesk...

    products.aspose.com/3d/python-net/watermark/3ds/
  9. 通過 .NET 從 U3D 文件格式中提取資產 | products.aspose.com

    C# 源代碼,用於從 .NET Framework、.NET Core、Mono 上的 U3D 文檔加載、呈現和添加提取資產。...Entities) { if (entity is Mesh) Save((Mesh)entity, node.Name); }...Save((Texture)obj); } else if (obj is Mesh) { Save((Mesh)obj, null ); } else if...

    products.aspose.com/3d/zh-hant/net/extractor/u3d/
  10. 通過 .NET 從 AMF 文件格式中提取資產 | products.aspose.com

    C# 源代碼,用於從 .NET Framework、.NET Core、Mono 上的 AMF 文檔加載、呈現和添加提取資產。...Entities) { if (entity is Mesh) Save((Mesh)entity, node.Name); }...Save((Texture)obj); } else if (obj is Mesh) { Save((Mesh)obj, null ); } else if...

    products.aspose.com/3d/zh-hant/net/extractor/amf/