Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 14,297 for

scene

(0.32 sec)
  1. 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" ); var scene = new aspose . threed . Scene (); var box =...new aspose . threed . Box (); scene . getRootNode () . createChildNode...

    docs.aspose.com/3d/nodejs-java/installation/
  2. 缩放 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...
  3. 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...
  4. View OBJ File Formats via JAVA | products.aspos...

    Sample Java viewer code for OBJ file. Use this example code to view OBJ file within any Web or Desktop Java based application....file via the constructor of Scene class Create an instance of...advanced formatting Call the Scene.Save method with object of Html5SaveOptions...

    products.aspose.com/3d/java/viewer/obj/
  5. View RVM File Formats via JAVA | products.aspos...

    Sample Java viewer code for RVM file. Use this example code to view RVM file within any Web or Desktop Java based application....file via the constructor of Scene class Create an instance of...advanced formatting Call the Scene.Save method with object of Html5SaveOptions...

    products.aspose.com/3d/java/viewer/rvm/
  6. View GLTF File Formats via JAVA | products.aspo...

    Sample Java viewer code for GLTF file. Use this example code to view GLTF file within any Web or Desktop Java based application....file via the constructor of Scene class Create an instance of...advanced formatting Call the Scene.Save method with object of Html5SaveOptions...

    products.aspose.com/3d/java/viewer/gltf/
  7. View FBX File Formats via JAVA | products.aspos...

    Sample Java viewer code for FBX file. Use this example code to view FBX file within any Web or Desktop Java based application....file via the constructor of Scene class Create an instance of...advanced formatting Call the Scene.Save method with object of Html5SaveOptions...

    products.aspose.com/3d/java/viewer/fbx/
  8. Public API Changes in Aspose.3D 1.2.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. Setup the Target...code: C# Scene scene = new Scene (); Node cameraNode = scene . RootNode...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  9. Extract Assets from FBX File Formats via Java |...

    Sample Java extract assets code for FBX file. Use this example code to extract assets from FBX 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/fbx/
  10. Extract Assets from STL File Formats via Java |...

    Sample Java extract assets code for STL file. Use this example code to extract assets from STL 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/stl/