Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 17,179 for

scene

(0.04 sec)
  1. 在将 3D 场景保存为 C# 中的 GLTF 2.0格式之前,自定义非PBR到PBR材质转换|...

    Aspose 的场景类。3D API 表示 3D 场景。开发人员已经可以通过添加各种实体来构建 3D 场景。GLTF 2.0仅支持PBR (基于物理的渲染) 材质,Aspose。3D API 将非PBR材质内部转换为PBR材质,然后导出为 GLTF 2.0。...3D API 的 Scene 类表示 3D 场景。开发人员已经可以通过添加各种实体来构建...initialize a new 3D scene var s = new Scene (); var box = new Box...

    docs.aspose.com/3d/zh/net/customize-non-pbr-to-...
  2. Create smoothing group for mesh|Documentation

    Using Aspose.3D for .NET, developers can create smoothing group for mesh.... var scene = new Scene(box); scene.Save("box-sg.fbx");...

    docs.aspose.com/3d/net/create-smoothing-group-f...
  3. Convert USDZ to HTML via C# | products.aspose.com

    Convert USDZ & other 3D files using .NET API...NET Core and Mono Export USDZ Scene as HTML 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-h...
  4. Convert USDZ to 3MF via C# | products.aspose.com

    Convert USDZ & other 3D files using .NET API...NET Core and Mono Export USDZ Scene as 3MF 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-3mf/
  5. 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/
  6. 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...
  7. 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...
  8. 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/
  9. 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/
  10. Convert Mesh to Triangle Mesh and Primitive Sha...

    Aspose.3D for .NET API allows developers to convert any mesh object to triangle mesh with custom memory layout of the vertex. The custom memory layout of the Vertex is defined using the Struct or dynamically by VertexDeclaration class in the code examples....// Initialize scene object Scene scene = new Scene (); // Initialize...sphere ; // Add Node to a scene scene . RootNode . ChildNodes ...

    docs.aspose.com/3d/net/convert-mesh-to-triangle...