Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 17,178 for

scene

(0.07 sec)
  1. Java 3D Formats Conversion | products.aspose.com

    Convert 3D formats amf 3ds amf ase att dae drc dxf fbx gltf jt obj ply rvm stl u3d usdz usd vrml x with few lines of Java code via Java library....geometric shapes, create a 3D scene file, set up normals or UV on...source 3D file using Scene class . As scene is a top-level object...

    products.aspose.com/3d/java/conversion/
  2. 创建 3D 网格和场景|Documentation

    网格由一组控制点和根据需要的许多n边多边形定义。本文介绍了如何定义网格。...Initialize scene object Scene scene = new Scene (); scene . open...( MyDir + "document.fbx" ); scene . getRootNode (). accept ( new...

    docs.aspose.com/3d/zh/java/create-3d-mesh-and-s...
  3. Save 3D Meshes in Custom Binary Format|Document...

    Aspose.3D for Java API has support to open any supported 3D document, and then write meshes in the binary file....the RootNode member in the Scene class allows to visit each sub...// load a 3D file Scene scene = new Scene ( MyDir + "test.fbx"...

    docs.aspose.com/3d/java/save-3d-meshes-in-custo...
  4. 操作 3D 场景的自定义属性|Documentation

    开发人员可以添加、检索和删除 3D 对象的自定义属性。3D 对象的RemoveProperty、GetProperty、SetProperty成员是一组用于操作对象的自定义属性的常用方法。...// initialize a scene Scene scene = new Scene (); // create a...a Box instance var box = scene . RootNode . CreateChildNode (...

    docs.aspose.com/3d/zh/net/manipulate-custom-pro...
  5. 指定 3D 文件保存选项|Documentation

    有几个场景。保存方法重载接受一个SaveOptions对象。每种保存格式都有一个相应的类,该类保存该保存格式的保存选项。...文件保存选项 有几个接受 SaveOptions 对象的 Scene.save 方法重载。这应该是从 SaveOptions...threed import FileFormat , Scene from aspose.threed.formats import...

    docs.aspose.com/3d/zh/python-net/specify-3d-fil...
  6. Specify 3D File Save Options in C#|Documentation

    There are several Scene.Save method overloads that accept a SaveOptions object. Each save format has a corresponding class that holds save options for that save format....formats after loading them in Scene object using C#. By loading...Save Options There are several Scene.Save method overloads that accept...

    docs.aspose.com/3d/net/specify-3d-file-save-opt...
  7. Specify 3D File Save Options|Documentation

    There are several Scene.Save method overloads that accept a SaveOptions object. Each save format has a corresponding class that holds save options for that save format....Save Options There are several Scene.save method overloads that accept...saving a scene. from aspose.threed import FileFormat , Scene from...

    docs.aspose.com/3d/python-net/specify-3d-file-s...
  8. 为 3D 模型中的所有网格构建切线和二项式数据|Documentation

    使用 Aspose.3D for Python via .NET API,开发人员可以为任何受支持的 3D 文件中的所有网格构建切线和二项式数据。...一个方法将 Scene 类对象作为参数,另一个方法将 Mesh 类对象作为参数,如下代码示例所示:...threed import FileFormat , Scene from aspose.threed.entities...

    docs.aspose.com/3d/zh/python-net/build-tangent-...
  9. 以球体半径工作|Documentation

    使用 Aspose.3D for .NET,您可以设置球体的获取半径。为了获取或设置半径,您可以使用Sphere类的半径属性。以下是设置球体半径的代码示例。...NET // Create a Scene Scene scene = new Scene (); // Set Sphere...get or set radius of Sphere) scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/zh/net/working-with-radius-o...
  10. Convert USD to AMF via C# | products.aspose.com

    Convert USD & other 3D files using .NET API...NET Core and Mono Export USD Scene as AMF with C# Load USD file...using a constructor of Scene class Call Scene.Save method Pass output...

    products.aspose.com/3d/net/conversion/usd-to-amf/