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

scene

(0.09 sec)
  1. 与气缸一起工作|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/
  2. 向节点添加转换|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...
  3. 与线性挤压一起工作|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-...
  4. 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-...
  5. 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...
  6. 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/
  7. 与气缸一起工作|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-...
  8. 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...
  9. Expose Geometric Transformation|Documentation

    Aspose.3D for Node.js via Java allows exposing geometric transformation of a 3D Scene. You can evaluate the global transformation using evaluateGlobalTransform method....geometric transformation of a 3D scene. You can evaluate the global...Initialize scene object var scene = new aspose . threed . Scene ();...

    docs.aspose.com/3d/nodejs-java/expose-geometric...
  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/