Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 17,177 for

scene

(0.09 sec)
  1. Add Animation Property and Setup Target Camera ...

    Aspose.3D for Java supports rendering animated Scene. This article explains prerequisites to move an object....supports rendering animated scene. This article explains prerequisites...// Initialize scene object Scene scene = new Scene (); // Call...

    docs.aspose.com/3d/java/add-animation-property-...
  2. Create an Empty 3D document|Documentation

    Aspose.3D for Java API has support of creating 3D Scene from scratch, and then save in supported 3D format....[ Hide ] Create an Empty 3D Scene and save in Supported 3D format...has support of creating 3D scene from scratch, and then save...

    docs.aspose.com/3d/java/create-an-empty-3d-docu...
  3. 以球体半径工作|Documentation

    使用 Aspose.3D for Java,您可以设置球体的获取半径。...// initialize a scene Scene scene = new Scene (); // initialize...); // add sphere to the scene scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/zh/java/working-with-radius-...
  4. 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...
  5. Create an Empty 3D document|Documentation

    Aspose.3D for Node.js via Java API has support of creating 3D Scene from scratch, and then save in supported 3D format....[ Hide ] Create an Empty 3D Scene and save in Supported 3D format...has support of creating 3D scene from scratch, and then save...

    docs.aspose.com/3d/nodejs-java/create-an-empty-...
  6. Customize axis system for obj format|Documentation

    OBJ have no default coordinate system, we can manually define axis system for it....defined by scene.AssetInfo.CoordinateSystem, scene.AssetInfo.UpVector...UpVector, scene.AssetInfo.FrontVector opt . FlipCoordinateSystem...

    docs.aspose.com/3d/net/customize-axis-system-fo...
  7. 向节点添加转换|Documentation

    TSR (平移/缩放/旋转) 在 3D 场景中最常用,我们在 Aspose.3D 中提供了一个类转换来访问这些。...import FileFormat , Node , Scene from aspose.threed.utilities...NET # Initialize scene object scene = Scene () # Initialize Node...

    docs.aspose.com/3d/zh/python-net/adding-transfo...
  8. Split Mesh|Documentation

    Developers may require to split all meshes of a Scene into several sub meshes per material. The SplitMesh method will not split a mesh of the Scene If it has been assigned a single material. Developers can now achieve this by using Aspose.3D for Python via .NET API....Hide ] Split All Meshes of a Scene Per Material Developers may...require to split all meshes of a scene into several sub meshes per...

    docs.aspose.com/3d/python-net/split-mesh/
  9. Render 3D View in Image format from Camera|Docu...

    Using Aspose.3D for .NET, developers can render an image to view a realistic image of 3D model, with or without the enhanced background, textures, shadows and also adjust the image size....Render method exposed by the Scene class can be used to take a...position the camera in the scene. In this code example, we create...

    docs.aspose.com/3d/net/render-3d-view-in-image-...
  10. 将 3D 场景另存为 HTML|Documentation

    Aspose.3D for Java 提供 ** HtmlSaveOptions ** 类,用于将 3D 场景另存为 HTML。...// Initialize a scene Scene scene = new Scene (); // Initialize...Initialize a node Node node = scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/zh/java/save-3d-scene-as-html/