Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 16,545 for

scene

(0.35 sec)
  1. 缩放 3D 场景的几何图形|Documentation

    开发人员只能缩放 3D 节点或 3D 场景的所有节点的几何图形。为了实现这一点,开发人员可以调用PolygonModifier类实例的多个Scale成员。...huge-scene.obj by 0.01 and save it to another file: Scene scene...scene = new Scene ( "huge-scene.obj" ); // create a Box instance...

    docs.aspose.com/3d/zh/net/scale-geometries-of-a...
  2. Aspose.3D Create box with material | products.a...

    Learn how to create Box with material...we will create a box in a 3D scene and apply materials to it. Materials...materials to it can make the scene visually more attractive. We’ll...

    products.aspose.com/3d/tutorial/create-box-with...
  3. Geometry|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....among Multiple Nodes of 3D Scene Concatenate Quaternions and...entities Create 3D Mesh and Scene Expose Geometric Transformation...

    docs.aspose.com/3d/java/geometry/
  4. Generate Point Cloud to DRC File Formats via .N...

    C# source code to load, render and add generate point cloud to DRC documents on .NET Framework, .NET Core, Mono....file via the constructor of Scene class Get pointcloud object...using Merge method Call the Scene.Save method with object System...

    products.aspose.com/3d/net/point-cloud/drc/
  5. Generate Point Cloud to RVM File Formats via .N...

    C# source code to load, render and add generate point cloud to RVM documents on .NET Framework, .NET Core, Mono....file via the constructor of Scene class Get pointcloud object...using Merge method Call the Scene.Save method with object System...

    products.aspose.com/3d/net/point-cloud/rvm/
  6. C# 3D Formats Conversion | products.aspose.com

    Convert 3D formats 3ds 3mf amf ase att dae drc dxf fbx gltf jt obj ply rvm stl u3d usdz usd vrml x with few lines of C# code via .NET library....source file via instance of Scene class , and calling the Save...format parameter. Convert 3D Scene to various formats Developers...

    products.aspose.com/3d/net/conversion/
  7. Merge GLB File Formats via Java | products.aspo...

    Sample Java merge GLB file. Use this example code to merge GLB file within any Web or Desktop Java based application....through the constructor of the Scene class Process usdz files and...generate usdz file Scene scene = new Scene(); int i = 0 ; for...

    products.aspose.com/3d/java/merger/glb/
  8. Merge 3DS File Formats via Java | products.aspo...

    Sample Java merge 3DS file. Use this example code to merge 3DS file within any Web or Desktop Java based application....through the constructor of the Scene class Process usdz files and...generate usdz file Scene scene = new Scene(); int i = 0 ; for...

    products.aspose.com/3d/java/merger/3ds/
  9. Merge PLY File Formats via Java | products.aspo...

    Sample Java merge PLY file. Use this example code to merge PLY file within any Web or Desktop Java based application....through the constructor of the Scene class Process usdz files and...generate usdz file Scene scene = new Scene(); int i = 0 ; for...

    products.aspose.com/3d/java/merger/ply/
  10. 通過 .NET 從 USDZ 文件格式中提取資產 | products.aspose.com

    C# 源代碼,用於從 .NET Framework、.NET Core、Mono 上的 USDZ 文檔加載、呈現和添加提取資產。... 通過 Scene 類的構造函數加載 USDZ 文件- 創建 zip 文件格式對像作為輸出文件格式-..."template.usdz" ; Scene scene = new Scene(file); //輸出為壓縮文件格式,Directory...

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