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

scene

(0.1 sec)
  1. 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-...
  2. Convert all Polygons to Triangles in 3D Model|D...

    Using Aspose.3D for Python via .NET API, developers can convert all polygons to triangles in any supported 3D file....PolygonModifier class which takes a Scene class object as a parameter...threed import FileFormat , Scene from aspose.threed.entities...

    docs.aspose.com/3d/python-net/convert-all-polyg...
  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. Build Tangent and Binormal data for all Meshes ...

    With Aspose.3D for Java API, developers can build tangent and binormal data for all meshes in any supported 3D document.... One method takes the Scene class object as a parameter...an existing 3D file Scene scene = new Scene ( MyDir + "document...

    docs.aspose.com/3d/java/build-tangent-and-binor...
  5. Changing Plane Orientation|Documentation

    Aspose.3D for Python via .NET allows changing orientation of a Scene. In order to change the orientation, Up vector property is introduced in Plane Class....allows changing orientation of a scene. In order to change the orientation...threed import FileFormat , Scene from aspose.threed.entities...

    docs.aspose.com/3d/python-net/changing-plane-or...
  6. 保存 3D 文档|Documentation

    Aspose.3D for Java API 支持将 3D 场景保存在各种类型的 3D 文档中。...3D Scene scene = new Scene (); // Open an existing...existing 3D scene scene . open ( MyDir + "document.fbx" ); // Save...

    docs.aspose.com/3d/zh/java/save-3d-document/
  7. 将场景导出为压缩的 AMF 格式|Documentation

    Aspose.3D for Java 提供AmfSaveOptions类,允许您根据需要设置压缩的布尔值。... getDataDir (); Scene scene = new Scene (); Box box = new Box...Box (); Transform tr = scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/zh/java/export-scene-to-comp...
  8. 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/
  9. 将场景导出为压缩的 AMF 格式|Documentation

    Aspose.3D for .NET 提供AmfSaveOptions类,允许您根据需要设置压缩的bool值。默认情况下,该值设置为true。...NET // Load a scene Scene scene = new Scene (); var box = new...new Box (); var tr = scene . RootNode . CreateChildNode ( box...

    docs.aspose.com/3d/zh/net/export-scene-to-compr...
  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-...