Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 16,637 for

scene

(0.04 sec)
  1. Merge FBX File Formats via Java | products.aspo...

    Sample Java merge FBX file. Use this example code to merge FBX 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/fbx/
  2. Merge OBJ File Formats via Java | products.aspo...

    Sample Java merge OBJ file. Use this example code to merge OBJ 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/obj/
  3. 向节点添加转换|Documentation

    Aspose.3D for Node.js 通过 Java API 具有支持在 3D 空间中旋转对象的功能。有三种定义对象在 3D 空间中旋转的方式,欧拉角、四元数和自定义矩阵,它们都由 Transform 类支持。...初始化场景对象 var scene = new aspose . threed . Scene (); // 初始化圆柱体...// 创建 ChildNode var Node = scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/zh/nodejs-java/adding-transf...
  4. IFC Group Support|Documentation

    This documentation page demonstrates how to read semantic hierarchy from an IFC file using Aspose.3D for .NET....otherwise purely geometric scene graph, making it easier to query...an IFC file var scene = Aspose . ThreeD . Scene . FromFile ( "model...

    docs.aspose.com/3d/net/developer-guide/meta-dat...
  5. Convert USD to FBX via C# | products.aspose.com

    Convert USD & other 3D files using .NET API...NET Core and Mono Export USD Scene as FBX 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-fbx/
  6. How to add "extras" to GTLF with C# - Free Supp...

    I’m using C# SDK to manipulate 3D model and would like to convert it to GLTF. However, I’m also looking to add “extras” attribute to some specific nodes. How can I do this with C#?... Here’s how: Load your 3D scene. Identify the specific nodes...for export. Save the scene using Scene.Save() with the configured...

    forum.aspose.com/t/how-to-add-extras-to-gtlf-wi...
  7. Compress GLTF File Formats via .NET | products....

    C# source code to load, render and Compress GLTF documents on .NET Framework, .NET Core, Mono....file via the constructor of Scene class Define the output path...instance of SaveOptions Call the Scene.Save method with object System...

    products.aspose.com/3d/net/compression/gltf/
  8. Add Blind Watermark to X File Formats via .NET ...

    C# source code to load, render and add blind watermark to X documents on .NET Framework, .NET Core, Mono....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/net/watermark/x/
  9. Add Blind Watermark to U3D File Formats via .NE...

    C# source code to load, render and add blind watermark to U3D documents on .NET Framework, .NET Core, Mono....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/net/watermark/u3d/
  10. Add Blind Watermark to GLB File Formats via .NE...

    C# source code to load, render and add blind watermark to GLB documents on .NET Framework, .NET Core, Mono....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/net/watermark/glb/