Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 16,637 for

scene

(0.04 sec)
  1. IFC support|Documentation

    C# .NET 3D File Manipulation and Conversion API can load and save 3DS, 3MF, AMF, FBX, DFX, OBJ, PLY, STL, USD, U3D and other formats...represented as a regular 3D scene, allowing you to work with geometry...// Load an IFC file var scene = Scene . FromFile ( "building.ifc"...

    docs.aspose.com/3d/net/supported-file-formats/ifc/
  2. C# 3D Formats Lithophane | products.aspose.com

    Create your Lithophane from image format jpg jpeg png tga bmp gif tiff via .NET library using a few lines of C# code....through an instance of the scene class , perform calculation...Create your Lithophane from 3D Scene to various formats Developers...

    products.aspose.com/3d/net/lithophane/
  3. Convert USDZ to ASE via C# | products.aspose.com

    Convert USDZ & other 3D files using .NET API...NET Core and Mono Export USDZ Scene as ASE with C# Load USDZ file...using a constructor of Scene class Call Scene.Save method Pass output...

    products.aspose.com/3d/net/conversion/usdz-to-ase/
  4. 将场景导出为压缩的 AMF 格式|Documentation

    Aspose.3D for Node.js via Java 提供了AmfSaveOptions类,允许您根据需要设置压缩的布尔值。...格式文件的完整功能: var scene = new aspose . threed . Scene (); var box =...threed . Box (); var node = scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/zh/nodejs-java/export-scene-...
  5. Convert USD to GLTF via Python | products.aspos...

    Convert USD & other 3D files using .NET API...NET Core and Mono Export USD Scene as GLTF with C# Load USD file...using a from_file of Scene class Call Scene.save method Pass output...

    products.aspose.com/3d/python-net/conversion/us...
  6. Split Mesh|Documentation

    Aspose.3D for Java API has support to split all meshes of a Scene into several sub meshes per material. The SplitMesh method will not split a mesh of the Scene, if it has been assigned a single material. It can be achieved by using Aspose.3D for Java API....Hide ] Split all Meshes of Scene Per Material Aspose.3D for Java...support to split all meshes of a scene into several sub meshes per...

    docs.aspose.com/3d/java/split-mesh/
  7. 向 3D 实体添加材质|Documentation

    PBR 在游戏引擎视觉效果中起着关键作用,它通过衰减亮度以及散射反射光,实现了光线与表面之间交互的高效且逼真的渲染。开发人员可以使用 Aspose.3D API 将 PBR 材质应用于场景中的 3D 对象。此代码示例演示了如何创建 Box 对象,然后应用 PBR 材质。...// 初始化场景 var scene = new aspose . threed . Scene (); // 初始化 PBR...创建将应用材料的 Box var boxNode = scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/zh/nodejs-java/add-material-...
  8. Specify 3D File Load Options|Documentation

    There are several Scene.open method overloads or Scene class constructor overloads that accept LoadOptions instance....are several Scene.open method overloads or Scene class constructor...); // initialize Scene class object var scene = new aspose . threed...

    docs.aspose.com/3d/nodejs-java/specify-3d-file-...
  9. Aspose.3D Offset the top of a cylinder | produc...

    Learn how to offset the top of a Cylinder...create two cylinders in a 3D scene. We will offset the top of one...We’ll start by creating a new scene using the Aspose.3D library...

    products.aspose.com/3d/tutorial/offset-top-cyli...
  10. Aspose.3D Shear the bottom of a Cylinder | prod...

    Learn how to shear the bottom of a Cylinder...create two cylinders in a 3D scene. We will use the ShearBottom...We’ll start by creating a new scene using the Aspose.3D library...

    products.aspose.com/3d/tutorial/shear-bottom-cy...