Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 16,546 for

scene

(0.08 sec)
  1. 在 3D 场景上创建鱼眼镜头效果并保存在图像中|Documentation

    使用 Aspose.3D for Python via .NET API,开发人员可以在 3D 场景上创建鱼眼镜头效果,并将该视图保存为支持的图像格式。...ImageFormat #load the scene scene = a3d . Scene . from_file ( "test...RotationMode . FIXED_DIRECTION scene . root_node . create_child_node...

    docs.aspose.com/3d/zh/python-net/create-a-fishe...
  2. Aspose.3D Create mesh from linear extrusion | p...

    Learn how to create a mesh using linear extrusion on a 2D shape...demonstrates how to create a new 3D scene with a linear extrusion object...//Create a new 3D scene var scene = new Scene(); //ExStep:0-0 var...

    products.aspose.com/3d/tutorial/create-mesh-fro...
  3. View AMF File Formats via JAVA | products.aspos...

    Sample Java viewer code for AMF file. Use this example code to view AMF file within any Web or Desktop Java based application....file via the constructor of Scene class Create an instance of...advanced formatting Call the Scene.Save method with object of Html5SaveOptions...

    products.aspose.com/3d/java/viewer/amf/
  4. View STL File Formats via JAVA | products.aspos...

    Sample Java viewer code for STL file. Use this example code to view STL file within any Web or Desktop Java based application....file via the constructor of Scene class Create an instance of...advanced formatting Call the Scene.Save method with object of Html5SaveOptions...

    products.aspose.com/3d/java/viewer/stl/
  5. 用六个面将场景渲染到立方体图中|Documentation

    使用 Aspose.3D for .NET API,开发人员可以将具有六个面的场景渲染到cubemap中,并将所有面保存为支持的图像格式。...glb" ; //load the scene Scene scene = new Scene ( path ); //create...RotationMode . FixedDirection }; scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/zh/net/render-a-scene-into-t...
  6. 渲染 3D 场景的全景视图|Documentation

    使用 Aspose.3D for Python via .NET API,开发人员可以渲染 3D 场景的全景视图,并将该视图保存为支持的图像格式。...threed as a3d #load the scene scene = Scene . from_file ( "vc.glb"...RotationMode . FIXED_DIRECTION scene . root_node . create_child_node...

    docs.aspose.com/3d/zh/python-net/render-a-panor...
  7. Aspose.3D Create cylinder with material | produ...

    Learn how to create a 3D Scene with a Cylinder object and has material definition....materials to them can make your scene more visually appealing. We’ll...We’ll start by creating a new scene using the Aspose.3D library...

    products.aspose.com/3d/tutorial/create-cylinder...
  8. glTF Structural Metadata Example|Documentation

    This documentation page demonstrates how to read structural metadata from a glTF file using Aspose.3D for .NET....following C# code loads a glTF scene with structural metadata, then...glTF scene with EXT_structural_metadata from file var scene = Scene...

    docs.aspose.com/3d/net/developer-guide/meta-dat...
  9. 通過 .NET 從 FBX 文件格式中提取資產 | products.aspose.com

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

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

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

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