Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 17,198 for

scene

(0.15 sec)
  1. 在将 3D 场景保存为 C# 中的 GLTF 2.0格式之前,自定义非PBR到PBR材质转换|...

    Aspose 的场景类。3D API 表示 3D 场景。开发人员已经可以通过添加各种实体来构建 3D 场景。GLTF 2.0仅支持PBR (基于物理的渲染) 材质,Aspose。3D API 将非PBR材质内部转换为PBR材质,然后导出为 GLTF 2.0。...3D API 的 Scene 类表示 3D 场景。开发人员已经可以通过添加各种实体来构建...initialize a new 3D scene var s = new Scene (); var box = new Box...

    docs.aspose.com/3d/zh/net/customize-non-pbr-to-...
  2. Add Blind Watermark to GLB File Formats via Nod...

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

    products.aspose.com/3d/nodejs-java/watermark/glb/
  3. Ինչպես փոխարկել FBX-ը STL-ին Java-ում

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

    kb.aspose.com/hy/3d/java/how-to-convert-fbx-to-...
  4. Work with XPath-Like Object Queries|Documentation

    Using Aspose.3D for .NET, you can select one or more objects under the current node using XPath-Like query syntax. The query syntax was inspired by XPath, so most concepts and syntax are similar, the query syntax is compatible with URL so it will be used in our cloud version in the future. ...//Create a scene for testing Scene s = new Scene (); var a =...)); /*The hierarchy of the scene looks like: - Root - a - a1...

    docs.aspose.com/3d/net/work-with-xpath-like-obj...
  5. 将网格转换为三角形网格,将原始形状转换为网格|Documentation

    Aspose.3D for .NET API 允许开发人员使用顶点的自定义内存布局将任何网格对象转换为三角形网格。在代码示例中,使用Struct或dynamic by VertexDeclaration类定义顶点的自定义内存布局。...// Initialize scene object Scene scene = new Scene (); // Initialize...sphere ; // Add Node to a scene scene . RootNode . ChildNodes ...

    docs.aspose.com/3d/zh/net/convert-mesh-to-trian...
  6. 通過 C# 將 USD 轉換為 PLY | products.aspose.com

    使用 .NET API 轉換 USD 和其他 3D 文件...// 在 Scene 對像中加載 USD var scene = new Aspose.ThreeD.Scene( "template..."template.usd" ); // 將 USD 保存為 PLY scene.Save( "output.ply" , Aspose...

    products.aspose.com/3d/zh-hant/net/conversion/u...
  7. Compress ASE File Formats via python-net | prod...

    Sample Python compression code for ASE file. Use this example code to compress ASE 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/ase/
  8. Compress DRC File Formats via Node.js | product...

    Sample Node.js compression code for DRC file. Use this example code to compress DRC 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/...
  9. How to Convert OBJ to PDF in Java

    This article guides on how to convert OBJ to PDF in Java. It contains the IDE settings, a list of steps, and a runnable sample code to develop an OBJ to PDF converter in Java....the 3D object file using a Scene class object Create an object...the source OBJ file into the Scene class as it contains the basic...

    kb.aspose.com/3d/java/how-to-convert-obj-to-pdf...
  10. Add Blind Watermark to 3DS File Formats via Nod...

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

    products.aspose.com/3d/nodejs-java/watermark/3ds/