Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 14,377 for

scene

(0.03 sec)
  1. Extract Assets from DAE File Formats via Java |...

    Sample Java extract assets code for DAE file. Use this example code to extract assets from DAE 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/dae/
  2. Add an Asset Information and Flip Coordinate Sy...

    Metadata is structured information that describes, explains, locates or makes it easier to retrieve, use or manage an information resource. Aspose.3D for Python via .NET API allows developers to define a Metadata for the Scene....an Asset Information to 3D Scene Metadata is structured information...Metadata for the scene. Define a Metadata for the scene 3D shows produce...

    docs.aspose.com/3d/python-net/add-an-asset-info...
  3. Public API Changes in Aspose.3D 1.7.0|Documenta...

    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....in the behavior behind the scenes in Aspose.3D. Adds Aspose.ThreeD...an existing 3D scene Scene scene = new Scene ( "test.obj" );...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  4. Merge Meshes in 3D file|Documentation

    Developers can merge multiple meshes into a single valid mesh. They might convert all meshes of a 3D Scene, a node or a set of nodes into a single mesh. In order to achieve this, there are three MergeMesh members in the Aspose.ThreeD.Entities.PolygonModifier class....convert all meshes of a 3D scene, a node or a set of nodes into...below merge all meshes of a scene in a single valid mesh. Python...

    docs.aspose.com/3d/python-net/merge-meshes-in-3...
  5. Expose Geometric Transformation|Documentation

    Aspose.3D for Node.js via 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...Initialize scene object var scene = new aspose . threed . Scene ();...

    docs.aspose.com/3d/nodejs-java/expose-geometric...
  6. Import 3D Scenes and Contents from a PDF|Docume...

    The Scene class of the Aspose.3D API represents a 3D Scene. Developers can extract 3D Scenes and contents from a PDF file....Import 3D Scenes and Contents from a PDF Contents [ Hide ] The...The Scene class of the Aspose.3D API represents a 3D scene. Developers...

    docs.aspose.com/3d/python-net/import-3d-scenes-...
  7. 缩放 3D 场景的几何图形|Documentation

    开发人员只能缩放 3D 节点或 3D 场景的所有节点的几何图形。为了实现这一点,开发人员可以调用PolygonModifier类实例的多个Scale成员。...threed import Scene # scale the model in huge-scene.obj by 0.01...another file: scene = Scene . from_file ( "huge-scene.obj" ) # create...

    docs.aspose.com/3d/zh/python-net/scale-geometri...
  8. 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/
  9. Add Asset Information to 3D document|Documentation

    Metadata is structured information that describes, explains, locates or makes it easier to retrieve, use or manage an information resource. Aspose.3D for Java API has support to define Metadata for the Scene....Metadata for the scene. Define a Metadata for the scene 3D shows produce...show. Initialize a 3D Scene using Scene class. Set application/tool...

    docs.aspose.com/3d/java/add-asset-information-t...
  10. 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...