Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 25,660 for

scene

(0.04 sec)
  1. Merge DAE File Formats via .NET | products.aspo...

    C# source code to load, render and Merge DAE documents on .NET Framework, .NET Core, Mono....through the constructor of the Scene class Process usdz files and...generate usdz file Scene scene = new Scene(); int i = 0 ; foreach...

    products.aspose.com/3d/net/merger/dae/
  2. Convert USDZ to ASE via Python | products.aspos...

    Convert USDZ & other 3D files using .NET API...NET Core and Mono Export USDZ Scene as ASE with C# Load USDZ file...using a from_file of Scene class Call Scene.save method Pass output...

    products.aspose.com/3d/python-net/conversion/us...
  3. 缩放 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...
  4. Extract Assets from U3D File Formats via .NET |...

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

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

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

    products.aspose.com/3d/net/extractor/stl/
  6. 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/
  7. 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/
  8. Extract Assets from USD File Formats via Java |...

    Sample Java extract assets code for USD file. Use this example code to extract assets from USD 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/usd/
  9. Extract Assets from FBX File Formats via Java |...

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

    products.aspose.com/3d/java/extractor/fbx/
  10. Extract Assets from STL File Formats via Java |...

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

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