Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 16,571 for

scene

(0.27 sec)
  1. 通過 C# 將 USD 轉換為 X | products.aspose.com

    使用 .NET API 轉換 USD 和其他 3D 文件...// 在 Scene 對像中加載 USD var scene = new Aspose.ThreeD.Scene( "template..."template.usd" ); // 將 USD 保存為 X scene.Save( "output.x" , Aspose.ThreeD...

    products.aspose.com/3d/zh-hant/net/conversion/u...
  2. Aspose.3D Boolean operations on meshes | produc...

    Learn how to do Boolean operation on meshes...manipulate, create, and render 3D scenes. This document outlines one...demonstrates how to create a scene containing two meshes without...

    products.aspose.com/3d/tutorial/boolean-operati...
  3. Add Blind Watermark to 3DS File Formats via Nod...

    Sample Node.js blind watermark code for 3DS file. Use this example code to add blind watermark to 3DS file within any Web based application....file via the constructor of Scene class Get the mesh class of...EncodeWatermark method Call the Scene.Save method with object System...

    products.aspose.com/3d/nodejs-java/watermark/3ds/
  4. Convert RVM to USD via Python | products.aspose...

    Sample code for RVM to USD Python conversion. Use API example code for batch RVM files to USD conversion within VB.NET, Asp.NET or any .NET based application....the from_file of Scene class Call the Scene.save method with...usd extension is a Universal Scene Description file format that...

    products.aspose.com/3d/python-net/conversion/rv...
  5. Convert AMF to USD via Python | products.aspose...

    Sample code for AMF to USD Python conversion. Use API example code for batch AMF files to USD conversion within VB.NET, Asp.NET or any .NET based application....the from_file of Scene class Call the Scene.save method with...usd extension is a Universal Scene Description file format that...

    products.aspose.com/3d/python-net/conversion/am...
  6. Merge 3DS File Formats via Node.js | products.a...

    Sample Node.js merger code for 3DS file. Use this example code to merge 3DS file within any Web based application....through the constructor of the Scene class Process usdz files and...in your project. Node.js 3D Scene Manipulation Library Aspose...

    products.aspose.com/3d/nodejs-java/merger/3ds/
  7. Extract Assets from GLB File Formats via Node.j...

    Sample Node.js extract assets code for GLB file. Use this example code to extract assets from GLB file within any Web based application....file via the constructor of Scene class Create zip file format...in your project. Node.js 3D Scene Manipulation Library Aspose...

    products.aspose.com/3d/nodejs-java/extractor/glb/
  8. Aspose.3D Perform linear extrusion in a Box | p...

    Learn how to use center and slices property to perform linear extrusion in a Box...comparing the box objects in the scene, the differences can be clearly...Transform API RectangleShape API Scene Go Top...

    products.aspose.com/3d/tutorial/perform-linear-...
  9. 自定义obj格式的轴系|Documentation

    OBJ 没有默认坐标系,我们可以为其手动定义轴系。...defined by scene.AssetInfo.CoordinateSystem, scene.AssetInfo.UpVector...UpVector, scene.AssetInfo.FrontVector opt . FlipCoordinateSystem...

    docs.aspose.com/3d/zh/net/customize-axis-system...
  10. Draw 3D Sphere in C#

    This quick guide explains how to convert USDZ to STL in C#. It covers the ordered steps, setup prerequisites, and a working code snippet to build a USDZ to STL converter in C#....one using an object of the Scene class Create an instance of...in place. Next, create a 3D scene and add a sphere with the required...

    kb.aspose.com/3d/net/draw-3d-sphere-in-csharp/