Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 17,176 for

scene

(0.45 sec)
  1. Your First Aspose.3D Application|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....a 3d file in a specified 3D scene. How to Create the Application...API: Create an instance of the Scene class. If you have a license...

    docs.aspose.com/3d/python-net/your-first-aspose...
  2. 与气缸一起工作|Documentation

    Aspose.3D for Java 允许自定义圆柱体的偏移顶部。为了使用此功能,您可以使用Cylinder类的setOffsetTop() 方法。...3D-for-Java // Create a scene Scene scene = new Scene (); // Initialize... 0 )); // Create ChildNode scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/zh/java/working-with-cylinder/
  3. Convert all Polygons to Triangles in 3D Model|D...

    Aspose.3D for Java API has support of converting all polygons to triangles in any supported 3D document....PolygonModifier class which takes a Scene class object as a parameter...an existing 3D file Scene scene = new Scene ( MyDir + "document...

    docs.aspose.com/3d/java/convert-all-polygons-to...
  4. Rendering|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....Capture the Viewports of 3D Scene and Render to a Texture or Window...Fish-eye lens effect on 3D scene and save in an image Hardware...

    docs.aspose.com/3d/net/rendering/
  5. 与线性挤压一起工作|Documentation

    Aspose.3D for Java 提供了linearexduting类,它采用2D形状作为输入,并在第三维中扩展该形状。...)); // Create a scene Scene scene = new Scene (); // Create a...child node by passing extrusion scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/zh/java/working-with-linear-...
  6. 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/
  7. Save a 3D Document in different 3D Formats usin...

    The Scene class of the Aspose.3D API represents a 3D document and developers can save its object in any supported file format....using C# - Google Draco 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/net/save-a-3d-document/
  8. 创建带有基本 3D 形状的场景|Documentation

    Aspose.3D for Node.js 通过 Java API 具有对基本 3D 形状的支持。所有参数化基本体在保存到任何受支持的输出文件格式时,都将自动转换为网格。... Build Scene from Primitive 3D Shapes Modeling...3D API supports creating a scene with primitive 3D shapes. Programming...

    docs.aspose.com/3d/zh/nodejs-java/create-scene-...
  9. 与气缸一起工作|Documentation

    Aspose.3D for Node.js via Java 允许自定义圆柱体的偏移顶部。为了使用此功能,您可以使用Cylinder类的setOffsetTop() 方法。...Create a scene var scene = new aspose . threed . Scene (); // Initialize...Create ChildNode var node1 = scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/zh/nodejs-java/working-with-...
  10. Adding Transformation to the Node|Documentation

    TSR (Translation/Scaling/Rotation) are most commonly used in 3D scenario, we provided a class Transform to access these in Aspose.3D....// Initialize scene object Scene scene = new Scene (); // Initialize...20 ); // Add cube to the scene scene . RootNode . ChildNodes ...

    docs.aspose.com/3d/net/adding-transformation-to...