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

scene

(0.05 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. 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-...
  3. 与气缸一起工作|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/
  4. 与线性挤压一起工作|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-...
  5. 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...
  6. Working with VRML Format|Documentation

    Aspose.3D for Python via .NET allows working with VRML version 1.0. VRML file format has been added to the FileFormat class. Aspose.3D can auto detect the format, so the FileFormat is usually ignored in Open method. The following code snippet shows how open VRML file format....threed import Scene # For complete examples and...3D-for-.NET # Create a Scene scene = Scene () # Open Virtual Reality...

    docs.aspose.com/3d/python-net/working-with-vrml...
  7. 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/
  8. 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/
  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. 创建带有基本 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-...