Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 25,661 for

scene

(0.15 sec)
  1. Aspose.3D for .NET 22.6 Release Notes|Documenta...

    The release notes of Aspose.3D for .NET 22.6....THREEDNET-1152 Allow save 3D scene without specify the file format...name, example code: var scene = new Scene ( new Box ()); var format...

    docs.aspose.com/3d/net/aspose-3d-for-net-22-6-r...
  2. RvmFormat - Aspose.3D for Java - API Reference

    Aspose.3D for Java offers a high performance library to create, load, modify, and save 3D documents programmatically...RvmSaveOptions SaveOptions Scene SceneObject ShaderMaterial ShaderProgram...Description void loadAttributes ( Scene scene, com.aspose.threed.Stream...

    reference.aspose.com/3d/java/com.aspose.threed/...
  3. Aspose.3D for Java 19.4 Release Notes|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....constructor argument: Scene scene = new Scene (); Sphere sphere =...sphere . setRadius ( 10 ); scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/java/aspose-3d-for-java-19-4...
  4. 操作 3D 场景的自定义属性|Documentation

    开发人员可以添加、检索和删除 3D 对象的自定义属性。3D 对象的RemoveProperty、GetProperty、SetProperty成员是一组用于操作对象的自定义属性的常用方法。...// initialize a scene Scene scene = new Scene (); // create a...a Box instance var box = scene . RootNode . CreateChildNode (...

    docs.aspose.com/3d/zh/net/manipulate-custom-pro...
  5. Aspose.3D 16.9.0中的公共 API 更改|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....// create a new scene Scene scene = new Scene (); // use loading...( "password" )}; // open scene scene . Open ( path , opt ); 添加...

    docs.aspose.com/3d/zh/net/public-api-changes-in...
  6. Collada - Aspose.CAD for Java - API Reference

    Developer's manual to the Aspose.CAD for Java library. Know all classes, methods & interfaces for quick integration of the CAD library with your own apps....ProfileCommonTechniq Render Rotate Scale Scene Shells SidRefArray Skew Solids...libraries items. Scene getScene () Gets or sets the scene. String getVersion...

    reference.aspose.com/cad/java/com.aspose.cad.fi...
  7. BindPoint | Aspose.3D for .NET API 参考

    初始化BindPointaspose.threed.animation/bindpoint类的新实例...BindPoint ( Scene scene , Property prop ) 范围 类型 描述 scene Scene 包含动画的场景。...prop Property 属性。 也可以看看 class Scene class Property class BindPoint...

    reference.aspose.com/3d/zh/net/aspose.threed.an...
  8. 合并 3D 文件中的网格|Documentation

    开发人员可以将多个网格合并为一个有效的网格。它们可能会将 3D 场景的所有网格、一个节点或一组节点转换为单个网格。为了实现这一点,在 Aspose.ThreeD.Entities.PolygonModifier类中有三个MergeMesh成员。...Node node ) // Convert a whole scene to a single transformed mesh...supported yet // <param name="scene">The scene to merge</param> // <returns>The...

    docs.aspose.com/3d/zh/net/merge-meshes-in-3d-file/
  9. collada - Aspose.CAD for Java - API Reference

    Developer's manual to the Aspose.CAD for Java library. Know all classes, methods & interfaces for quick integration of the CAD library with your own apps....ProfileCommonTechniq Render Rotate Scale Scene Shells SidRefArray Skew Solids...libraries items. Scene getScene () Gets or sets the scene. String getVersion...

    reference.aspose.com/cad/java/com.aspose.cad.fi...
  10. 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...Node node ) // Convert a whole scene to a single transformed mesh...

    docs.aspose.com/3d/net/merge-meshes-in-3d-file/