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

scene

(0.42 sec)
  1. 缩放 3D 场景的几何图形|Documentation

    开发人员只能缩放 3D 节点或 3D 场景的所有节点的几何图形。为了实现这一点,开发人员可以调用PolygonModifier类实例的多个Scale成员。...threed import Scene # scale the model in huge-scene.obj by 0.01...another file: scene = Scene . from_file ( "huge-scene.obj" ) # create...

    docs.aspose.com/3d/zh/python-net/scale-geometri...
  2. 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...
  3. 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...
  4. 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...
  5. Adding Transformation to the Node|Documentation

    Aspose.3D for Java API has support to rotate objects in 3D space. There are three ways to define object’s rotation in 3D space, Euler angles, Quaternion and Custom Matrix, all of them are supported by the Transform class....// Initialize scene object Scene scene = new Scene (); // Initialize...20 )); // Add cube to the scene scene . getRootNode (). getChildNodes...

    docs.aspose.com/3d/java/adding-transformation-t...
  6. 将场景导出为压缩的 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...
  7. 在 C# 中指定 3D 文件加载选项|Documentation

    有几个接受LoadOptions对象的Scene.Open方法重载或Scene类构造函数重载。每种加载格式都有一个相应的类,该类保存该加载格式的加载选项。...Contents [ Hide ] 概述 本文介绍如何在Scene对象内的 C# 中使用各自的加载选项类加载不同类型的 3D...有几个接受 LoadOptions 对象的 Scene.Open 方法重载或Scene类构造函数重载。这应该是从 LoadOptions...

    docs.aspose.com/3d/zh/net/specify-3d-file-load-...
  8. Merge DRC File Formats via Java | products.aspo...

    Sample Java merge DRC file. Use this example code to merge DRC file within any Web or Desktop Java based application....through the constructor of the Scene class Process usdz files and...generate usdz file Scene scene = new Scene(); int i = 0 ; for...

    products.aspose.com/3d/java/merger/drc/
  9. Merge U3D File Formats via Java | products.aspo...

    Sample Java merge U3D file. Use this example code to merge U3D file within any Web or Desktop Java based application....through the constructor of the Scene class Process usdz files and...generate usdz file Scene scene = new Scene(); int i = 0 ; for...

    products.aspose.com/3d/java/merger/u3d/
  10. Merge DXF File Formats via Java | products.aspo...

    Sample Java merge DXF file. Use this example code to merge DXF file within any Web or Desktop Java based application....through the constructor of the Scene class Process usdz files and...generate usdz file Scene scene = new Scene(); int i = 0 ; for...

    products.aspose.com/3d/java/merger/dxf/