Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 14,297 for

scene

(0.07 sec)
  1. Save a 3D Document|Documentation

    The Scene class of the Aspose.3D API represents a 3D document and developers can save its object in any supported file format....Document Contents [ Hide ] The Scene class of the Aspose.3D API represents...format. To save a 3D Scene, simply use the Scene.save method, it accepts...

    docs.aspose.com/3d/python-net/save-a-3d-document/
  2. Changing Plane Orientation|Documentation

    Aspose.3D for Node.js via Java allows changing orientation of a Scene. In order to change the orientation, getUp() and setUp() methods are introduced in Plane Class....allows changing orientation of a scene. In order to change the orientation...Initialize Scene var scene = new aspose . threed . Scene (); // Initialize...

    docs.aspose.com/3d/nodejs-java/changing-plane-o...
  3. 以球体半径工作|Documentation

    使用 Aspose.3D for Node.js via Java,你可以设置得到一个球体的半径。...initialize a scene var scene = new aspose . threed . Scene (); // initialize...); // add sphere to the scene scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/zh/nodejs-java/working-with-...
  4. Installation|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....threed as a3d scene = a3d . Scene () scene . root_node . create_child_node...a3d . entities . Cylinder ()) scene . save ( "Cylinder.fbx" , a3d...

    docs.aspose.com/3d/zh/python-net/installation/
  5. Customize Non-PBR to PBR Materials Conversion b...

    The Scene class of the Aspose.3D API represents a 3D Scene. Developers can already build a 3D Scene by adding various entities. GLTF 2.0 only supports PBR (Physically Based Rendering) materials, Aspose.3D API internally converts non-PBR materials into PBR materials before exporting into GLTF 2.0....3D Scenes to GLTF 2.0 Format Contents [ Hide ] The Scene class...represents a 3D scene. Developers can already build a 3D scene by adding...

    docs.aspose.com/3d/python-net/customize-non-pbr...
  6. Customize RotationOrder in FBX file|Documentation

    Using Aspose.3D for .NET, developers can define customize the native FBX properties such as RotationOrder....3D: var rvm = Scene . FromFile ( @"F1234.rvm" );...Create a Scene from a RVM file. Visit all node in the scene. Set...

    docs.aspose.com/3d/net/customize-rotation-order...
  7. Specify 3D File Load Options in C#|Documentation

    There are several Scene.Open method overloads or Scene class constructor overloads that accept a LoadOptions object. Each load format has a corresponding class that holds load options for that load format....option classes in C# inside the Scene object and then you can save...are several Scene.Open method overloads or Scene class constructor...

    docs.aspose.com/3d/net/specify-3d-file-load-opt...
  8. Geometry|Documentation

    Articles about 3D geometries in Aspose.3D for Python via .NET....[ Hide ] Create 3D Mesh and Scene Set up normals or UV on the...among Multiple Nodes of 3D Scene Concatenate Quaternions and...

    docs.aspose.com/3d/python-net/geometry/
  9. 通過 C# 將 USD 轉換為 ASE | products.aspose.com

    使用 .NET API 轉換 USD 和其他 3D 文件...// 在 Scene 對像中加載 USD var scene = new Aspose.ThreeD.Scene( "template..."template.usd" ); // 將 USD 保存為 ASE scene.Save( "output.ase" , Aspose...

    products.aspose.com/3d/zh-hant/net/conversion/u...
  10. Specify 3D File Load Options|Documentation

    There are several Scene.open method overloads or Scene class constructor overloads that accept LoadOptions instance....are several Scene.open method overloads or Scene class constructor...); // initialize Scene class object var scene = new aspose . threed...

    docs.aspose.com/3d/nodejs-java/specify-3d-file-...