Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 17,178 for

scene

(0.07 sec)
  1. Extract Assets from 3MF File Formats via Java |...

    Sample Java extract assets code for 3MF file. Use this example code to extract assets from 3MF file within any Web or Desktop Java based application....file via the constructor of Scene class Create zip file format...instance of Scene Scene scene = new Scene(); scene.open(file,...

    products.aspose.com/3d/java/extractor/3mf/
  2. 添加节点层次结构并在 3D 场景的多个节点之间共享网格的几何数据|Documentation

    Aspose.3D for Python via .NET 提供生成节点层次结构。节点是场景的基本构建块。节点层次结构定义场景的逻辑结构,并通过将几何图形、灯光和摄影机附加到节点来提供可见内容。...threed import FileFormat , Scene from aspose.threed.utilities...NET # Initialize scene object scene = Scene () # Get a child...

    docs.aspose.com/3d/zh/python-net/add-node-hiera...
  3. 限制和 API 差异|Documentation

    Aspose.3D for Node.js via Java 限制和api差异...3D for Java Scene scene = new Scene (); Aspose.3D for Node...via Java var scene = new aspose . threed . Scene (); 初始化对象 Aspose...

    docs.aspose.com/3d/zh/nodejs-java/limitations-a...
  4. 添加节点层次结构并在 3D 场景的多个节点之间共享网格的几何数据|Documentation

    Aspose.3D for Java 支持构建节点层次结构。节点是 3D 场景的基本构建块,节点层次结构定义了 3D 场景的逻辑结构,并通过将几何图形、灯光和相机附加到节点来提供可见内容。...// Initialize scene object Scene scene = new Scene (); // Get a...child node object Node top = scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/zh/java/add-node-hierarchy-a...
  5. Working with Radius of Sphere|Documentation

    Using Aspose.3D for Java, you can set of get radius of a sphere....// initialize a scene Scene scene = new Scene (); // initialize...); // add sphere to the scene scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/java/working-with-radius-of-...
  6. Adding Transformation to the Node|Documentation

    TSR (Translation/Scaling/Rotation) are most commonly used in 3D scenario, we provided a class Transform to access these in Aspose.3D....// Initialize scene object Scene scene = new Scene (); // Initialize...20 ); // Add cube to the scene scene . RootNode . ChildNodes ...

    docs.aspose.com/3d/net/adding-transformation-to...
  7. Adding Transformation to the Node|Documentation

    Aspose.3D for Java API has support to rotate objects in 3D space. There are three ways to define object’s rotation in 3D space, Euler angles, Quaternion and Custom Matrix, all of them are supported by the Transform class....// Initialize scene object Scene scene = new Scene (); // Initialize...20 )); // Add cube to the scene scene . getRootNode (). getChildNodes...

    docs.aspose.com/3d/java/adding-transformation-t...
  8. C# 3D Formats Viewer | products.aspose.com

    View 3D format 3ds 3mf amf ase att dae drc dxf fbx gltf jt obj ply rvm stl u3d usdz usd vrml x via .NET library using a few lines of C# code....through an instance of the scene class , and call the Save method...format parameters. View 3D Scene to various formats Developers...

    products.aspose.com/3d/net/viewer/
  9. Supported File Formats|Documentation

    C# .NET 3D File Manipulation and Conversion API can load and save 3DS, 3MF, AMF, FBX, IFC, BLEND, PCD, XYZ, DFX, OBJ, PLY, STL, USD, U3D and other formats...format ASE 3D Studio Max’s ASCII Scene Exporter format RVM Aveva Plant...USD Universal Scene Description USDA Universal Scene Description...

    docs.aspose.com/3d/net/supported-file-formats/
  10. Extract Assets from GLB File Formats via Java |...

    Sample Java extract assets code for GLB file. Use this example code to extract assets from GLB file within any Web or Desktop Java based application....file via the constructor of Scene class Create zip file format...an instance of Scene Scene scene = new Scene(file); //Create...

    products.aspose.com/3d/java/extractor/glb/