Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 17,178 for

scene

(0.1 sec)
  1. 以自定义二进制格式保存 3D 网格|Documentation

    使用 Aspose.3D for .NET API,开发人员可以打开任何受支持的 3D 文件,然后在自定义二进制文件中写入网格。...加载 3D 文件并以自定义二进制格式编写网格编程示例 由 Scene 类中的 RootNode 成员公开的 Accep t方...。 // load a 3D file Scene scene = Scene . FromFile ( "test.fbx"...

    docs.aspose.com/3d/zh/net/save-3d-meshes-in-cus...
  2. 以自定义二进制格式保存 3D 网格|Documentation

    Aspose.3D for Java API 支持打开任何受支持的 3D 文档,然后在二进制文件中写入网格。...加载 3D 文件并以自定义二进制格式编写网格编程示例 由 Scene 类中的RootNode成员公开的Accept方法允许访...// load a 3D file Scene scene = new Scene ( MyDir + "test.fbx"...

    docs.aspose.com/3d/zh/java/save-3d-meshes-in-cu...
  3. Extract Assets from 3DS File Formats via .NET |...

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

    products.aspose.com/3d/net/extractor/3ds/
  4. Extract Assets from GLB File Formats via .NET |...

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

    products.aspose.com/3d/net/extractor/glb/
  5. Extract Assets from DRC File Formats via .NET |...

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

    products.aspose.com/3d/net/extractor/drc/
  6. Extract Assets from RVM File Formats via .NET |...

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

    products.aspose.com/3d/net/extractor/rvm/
  7. Aspose.3D File format convert | products.aspose...

    Learn how to do use Aspose.3D to convert 3D file's format...learn how to use Scene.FromFile to load a 3D scene from file, and...and use Scene.Save to save it to file. Installation of Aspose.3D...

    products.aspose.com/3d/tutorial/format-convert/
  8. Aspose.3D Document Object Model (DOM)|Documenta...

    Each 3D Scene can comprise of any number of viewports. Using Aspose.3D for nodejs-java API, developers can capture one or more viewports in a single screenshot. They may render it in the GUI based nodejs-java application or an image....in-memory representation of a 3D scene. It provides developers with...content and formatting of a 3D scene programmatically. In this section...

    docs.aspose.com/3d/nodejs-java/aspose-3d-docume...
  9. FBX animation rotation problem - Free Support F...

    The FBX rotation generated by this code is completely different from what I expected. Is my code incorrect or is it a bug in Aspose? Furthermore, the rotation works correctly when I set the X and Z axes separately, but …...testfbx() { Scene scene = new Scene(); Node cube1 = scene.RootNode...BindPoint bindPoint = new BindPoint(scene, Rotation); bindPoint.BindKeyframeSequence("Y"...

    forum.aspose.com/t/fbx-animation-rotation-probl...
  10. Extract Assets from USDZ File Formats via Java ...

    Sample Java extract assets code for USDZ file. Use this example code to extract assets from USDZ file within any Web or Desktop Java based application....file via the constructor of Scene class Create zip file format...instance of Scene Scene scene = new Scene(); scene.open(file,...

    products.aspose.com/3d/java/extractor/usdz/