Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 17,178 for

scene

(0.11 sec)
  1. Extract Assets from DAE File Formats via .NET |...

    C# source code to load, render and add extract assets from DAE documents on .NET Framework, .NET Core, Mono....file via the constructor of Scene class Create zip file format...= "template.dae" ; Scene scene = new Scene(file); //The output...

    products.aspose.com/3d/net/extractor/dae/
  2. Extract Assets from AMF File Formats via .NET |...

    C# source code to load, render and add extract assets from AMF documents on .NET Framework, .NET Core, Mono....file via the constructor of Scene class Create zip file format...= "template.amf" ; Scene scene = new Scene(file); //The output...

    products.aspose.com/3d/net/extractor/amf/
  3. Convert GLB to USD via Java | products.aspose.com

    Sample Java conversion code for GLB format to USD file. Use this example code to convert GLB to USD within any Web or Desktop Java based application....the constructor of Scene class Call the Scene.save method with...directly from Maven. Java 3D Scene Manipulation Library Aspose...

    products.aspose.com/3d/java/conversion/glb-to-usd/
  4. 在将 3D 个场景保存为 GLTF 个2.0格式之前,自定义非PBR到PBR材质的转换|Doc...

    Aspose.3D for Java API 的场景类表示 3D 场景,开发人员可以通过添加各种实体来构建 3D 场景。...3D for Java API 的 Scene 类表示 3D 场景,开发人员可以通过添加各种实体来构建...initialize a new 3D scene */ Scene s = new Scene (); Box box = new...

    docs.aspose.com/3d/zh/java/customize-non-pbr-to...
  5. 在保存 3D 个视图时应用视觉效果|Documentation

    使用 Aspose.3D for Python via .NET API,开发人员可以在保存到图像之前对 3D 视图应用视觉效果。这些视觉效果也称为后处理效果或滤镜,它们实时应用于 3D 视图中显示的所有内容。...threed import Scene from aspose.threed.entities...existing 3D scene scene = Scene ( "data-dir" + "scene.obj" ) # Create...

    docs.aspose.com/3d/zh/python-net/apply-visual-e...
  6. Working with VRML Format|Documentation

    Aspose.3D for Java allows working with VRML version 1.0. VRML file format has been added to the FileFormat class. Aspose.3D can auto detect VRML format, so the FileFormat is usually ignored in Open method....// initialize a scene Scene scene = new Scene (); // open Virtual...Language (VRML) file format scene . open ( MyDir + "test.wrl"...

    docs.aspose.com/3d/java/working-with-vrml-format/
  7. How to Split Mesh by HalfSpace in Aspose.3D|Doc...

    Learn how to split 3D meshes using HalfSpace planes in Aspose.3D...Create a new 3D scene Scene scene = new Scene (); // Create a... ToMesh (); Node boxNode = scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/net/developer-guide/3d-model...
  8. Working with Radius of Sphere|Documentation

    Using Aspose.3D for Python via .NET, you can set of get radius of a sphere. In order to get or set radius, you can use Radius property of Sphere class. The following is the code sample to set radius of a sphere.  ...threed import FileFormat , Scene from aspose.threed.entities...3D-for-.NET # Create a Scene scene = Scene () sphere = Sphere ()...

    docs.aspose.com/3d/python-net/working-with-radi...
  9. Compress USD File Formats via JAVA | products.a...

    Sample Java compression code for USD file. Use this example code to compress USD file within any Web or Desktop Java based application....file via the constructor of Scene class Define the output path...instance of SaveOptions Call the Scene.Save method with object System...

    products.aspose.com/3d/java/compression/usd/
  10. Transformation|Documentation

    Articles about transformation of 3D objects in Aspose.3D for .NET....among Multiple Nodes of 3D Scene Concatenate Quaternions and...operations Scale geometries of a 3D Scene Expose Geometric Transformation...

    docs.aspose.com/3d/net/transformation/