Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 25,660 for

scene

(0.1 sec)
  1. 通过 .NET 从 VRML 文件格式中提取资产 | products.aspose.com

    C# 源代码,用于从 .NET Framework、.NET Core、Mono 上的 VRML 文档加载、呈现和添加提取资产。... 通过 Scene 类的构造函数加载 VRML 文件- 创建 zip 文件格式对象作为输出文件格式-..."template.vrml" ; Scene scene = new Scene(file); //输出为压缩文件格式,Directory...

    products.aspose.com/3d/zh/net/extractor/vrml/
  2. 通过 .NET 从 STL 文件格式中提取资产 | products.aspose.com

    C# 源代码,用于从 .NET Framework、.NET Core、Mono 上的 STL 文档加载、呈现和添加提取资产。... 通过 Scene 类的构造函数加载 STL 文件- 创建 zip 文件格式对象作为输出文件格式-...= "template.stl" ; Scene scene = new Scene(file); //输出为压缩文件格式,Directory...

    products.aspose.com/3d/zh/net/extractor/stl/
  3. 通過 .NET 從 STL 文件格式中提取資產 | products.aspose.com

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

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

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

    products.aspose.com/3d/zh-hant/net/extractor/vrml/
  5. 通过 .NET 从 3DS 文件格式中提取资产 | products.aspose.com

    C# 源代码,用于从 .NET Framework、.NET Core、Mono 上的 3DS 文档加载、呈现和添加提取资产。... 通过 Scene 类的构造函数加载 3DS 文件- 创建 zip 文件格式对象作为输出文件格式-...= "template.3ds" ; Scene scene = new Scene(file); //输出为压缩文件格式,Directory...

    products.aspose.com/3d/zh/net/extractor/3ds/
  6. Convert USD to GLTF via C# | products.aspose.com

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

    products.aspose.com/3d/net/conversion/usd-to-gltf/
  7. Convert USD to STL via Python | products.aspose...

    Convert USD & other 3D files using .NET API...NET Core and Mono Export USD Scene as STL 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...
  8. Expose Geometric Transformation|Documentation

    Aspose.3D for Java allows exposing geometric transformation of a 3D Scene. You can evaluate the global transformation using evaluateGlobalTransform method....geometric transformation of a 3D scene. You can evaluate the global...transformation. Create 3D Mesh and Scene Set up normals or UV on Cube...

    docs.aspose.com/3d/java/expose-geometric-transf...
  9. SceneCaptureType | Aspose.Imaging for .NET API ...

    SceneCaptureType ExifData.SceneCaptureType property Gets or sets the Scene capture type. public ExifSceneCaptureType ......SceneCaptureType property Gets or sets the scene capture type. public ExifSceneCaptureType...Property Value The type of the scene capture. See Also enum ExifSceneCaptureType...

    reference.aspose.com/imaging/net/aspose.imaging...
  10. Texture not visible - Aspose.3D Product Family ...

    Hello, I was trying to add a texture to a .fbx file and save the fbx file again. However, when I open the file, no textures are visible. When I debug, I do see that all the nodes do contain materials… Here is my code: …...IOException { Scene scene = new Scene(); scene.open("pathTo\\output...PolygonModifier.triangulate(scene); PhongMaterial mat = new PhongMaterial();...

    forum.aspose.com/t/texture-not-visible/250606