Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 17,283 for

scene

(0.56 sec)
  1. 分割网格|Documentation

    开发人员可能需要将场景的所有网格拆分为每个材质的几个子网格。如果已为场景指定了单个材质,则SplitMesh方法不会拆分场景的网格。开发人员现在可以使用 Aspose.3D for Python via .NET API 来实现此目的。...threed import FileFormat , Scene from aspose.threed.entities..."test.fbx" # Load a 3D file scene = Scene ( input ) # Split all meshes...

    docs.aspose.com/3d/zh/python-net/split-mesh/
  2. Ինչպես փոխարկել FBX-ը STL-ի Python-ում

    Այս հոդվածը բացատրում է, թե ինչպես փոխարկել FBX-ը STL-ի Python-ում: Այն ընդգրկում է IDE կոնֆիգուրացիան, քայլ առ քայլ ցուցակը և գործարկվող կոդի հատվածը՝ Python-ում FBX-ից STL փոխարկիչ ծրագրակազմ ստեղծելու համար:...Ներբեռնեք մուտքագրված FBX ֆայլը Scene դասի օրինակով Նախաձեռնեք StlSaveOptions...ֆայլը փոխակերպելու համար կանչեք Scene դասի save մեթոդը Այս քայլերը...

    kb.aspose.com/hy/3d/python/how-to-convert-fbx-t...
  3. Compress 3DS File Formats via python-net | prod...

    Sample Python compression code for 3DS file. Use this example code to compress 3DS file within any Web 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/python-net/compression/3ds/
  4. Generate Normal Data for All Meshes in a 3D Fil...

    Using Aspose.3D for .NET, developers can generate normal data for all meshes in any 3D model (without the normal data)....has smoothing group Scene s = new Scene ( RunExamples . GetDataFilePath...

    docs.aspose.com/3d/net/generate-normal-data-for...
  5. Generate Normal Data for All Meshes of 3D Model...

    Aspose.3D for Java API has support of generating normal data for all meshes of 3D model (without the normal data)....has smoothing group Scene s = new Scene ( MyDir + "camera.3ds"...

    docs.aspose.com/3d/java/generate-normal-data-fo...
  6. Add Blind Watermark Verification to PLY File Fo...

    Sample Node.js verify blind watermark code for PLY file. Use this example code to verify blind watermark to PLY file within any Web based application....file via the constructor of Scene class Get the mesh class of...DecodeWatermark method Call the Scene.Save method with object System...

    products.aspose.com/3d/nodejs-java/verify-water...
  7. Compress GLB File Formats via Node.js | product...

    Sample Node.js compression code for GLB file. Use this example code to compress GLB file within any Web 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/nodejs-java/compression/...
  8. Merge 3DS File Formats via python-net | product...

    Sample Python merger code for 3DS file. Use this example code to merge 3DS file within any Web based application....through the constructor of the Scene class Process usdz files and...data for 3D representation of scenes and images and is one of the...

    products.aspose.com/3d/python-net/merger/3ds/
  9. Extract Assets from PDF File Formats via Node.j...

    Sample Node.js extract assets code for PDF file. Use this example code to extract assets from PDF file within any Web based application....file via the constructor of Scene class Create zip file format...in your project. Node.js 3D Scene Manipulation Library Aspose...

    products.aspose.com/3d/nodejs-java/extractor/pdf/
  10. Convert FBX to STL in Python

    Convert FBX to STL in Python with Aspose.3D SDK. Follow this guide for quick installation, performance tips, error handling, and full sample code....used for storing complex 3D scenes, while STL is one of the most...load FBX files, process 3D scenes, and export them as STL without...

    blog.aspose.com/3d/convert-fbx-to-stl-in-python/