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

scene

(0.09 sec)
  1. C# 3D Formats Conversion | products.aspose.com

    Convert 3D formats 3ds 3mf amf ase att dae drc dxf fbx gltf jt obj ply rvm stl u3d usdz usd vrml x with few lines of C# code via .NET library....source file via instance of Scene class , and calling the Save...format parameter. Convert 3D Scene to various formats Developers...

    products.aspose.com/3d/net/conversion/
  2. Merge GLB File Formats via Java | products.aspo...

    Sample Java merge GLB file. Use this example code to merge GLB file within any Web or Desktop Java based application....through the constructor of the Scene class Process usdz files and...generate usdz file Scene scene = new Scene(); int i = 0 ; for...

    products.aspose.com/3d/java/merger/glb/
  3. Merge 3DS File Formats via Java | products.aspo...

    Sample Java merge 3DS file. Use this example code to merge 3DS file within any Web or Desktop Java based application....through the constructor of the Scene class Process usdz files and...generate usdz file Scene scene = new Scene(); int i = 0 ; for...

    products.aspose.com/3d/java/merger/3ds/
  4. Merge PLY File Formats via Java | products.aspo...

    Sample Java merge PLY file. Use this example code to merge PLY file within any Web or Desktop Java based application....through the constructor of the Scene class Process usdz files and...generate usdz file Scene scene = new Scene(); int i = 0 ; for...

    products.aspose.com/3d/java/merger/ply/
  5. Converting a 3ds file to STL format results in ...

    Hi, I’m upgrading Aspose 3D to lastest version and meet an issue when converting a 3DS file to STL file format. Background: With version Aspose.3D 19.10, my 3DS file can convert to STL format with a 1.63MB file output…...var scene = new Scene(); scene.Open(“benign.3ds”); scene.Save(“benign...only such polygons, scene.Open() creates a scene that has no mesh...

    forum.aspose.com/t/converting-a-3ds-file-to-stl...
  6. 连接四元数并应用于 3D 实体|Documentation

    Aspose.3D for .NET 允许开发人员将两个旋转转换合并为一个以四元数表示的旋转转换。...NET Scene scene = new Scene (); Quaternion q1 =...quaternion Node cylinder = scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/zh/net/concatenate-quaternio...
  7. 连接四元数并应用于 3D 实体|Documentation

    Aspose.3D for Python via .NET 允许开发人员将两个旋转转换合并为一个以四元数表示的转换。...threed import FileFormat , Scene from aspose.threed.entities...com/aspose-3d/Aspose.3D-for-.NET scene = Scene () q1 = Quaternion . from_euler_angle...

    docs.aspose.com/3d/zh/python-net/concatenate-qu...
  8. Compress DRC File Formats via JAVA | products.a...

    Sample Java compression code for DRC file. Use this example code to compress DRC 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/drc/
  9. Aspose.3D Change the plane size | products.aspo...

    Learn how to Change the Plane size... We first create a new scene using the Aspose.3D library...then create a plane in the 3D scene. We change the size of the plane...

    products.aspose.com/3d/tutorial/change-plane-size/
  10. Aspose.3D Create mesh from linear extrusion | p...

    Learn how to create a mesh using linear extrusion on a 2D shape...demonstrates how to create a new 3D scene with a box mesh. //ExStepImage:0:step-0...//Create a new 3D scene var scene = new Scene(); var mesh = (new...

    products.aspose.com/3d/tutorial/split-mesh-usin...