Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 17,179 for

scene

(0.15 sec)
  1. Add Blind Watermark Verification to X File Form...

    Sample Node.js verify blind watermark code for X file. Use this example code to verify blind watermark to X 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...
  2. Add Blind Watermark to AMF File Formats via Nod...

    Sample Node.js blind watermark code for AMF file. Use this example code to add blind watermark to AMF 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/amf/
  3. 通過 C# 將 USD 轉換為 FBX | products.aspose.com

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

    products.aspose.com/3d/zh-hant/net/conversion/u...
  4. Extract Assets from AMF File Formats via Node.j...

    Sample Node.js extract assets code for AMF file. Use this example code to extract assets from AMF 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/amf/
  5. How to Transform DAE to OBJ using Java

    This article describes how to transform DAE to OBJ using Java. It contains information to set IDE, a list of steps, and a runnable sample code to convert DAE to OBJ using Java....the sample DAE file into the Scene object Instantiate and initialize...using the save() method in the Scene class These steps summarize...

    kb.aspose.com/3d/java/how-to-transform-dae-to-o...
  6. How to Convert FBX to OBJ in C#

    This step-by-step tutorial shows you how to convert FBX to OBJ in C# programmatically. Easily create FBX to OBJ C# converter in your .NET windows or ASP.NET applications...evaluation watermark Create a new Scene object Open input FBX file which...in C# In the above code, the Scene class basically provides the...

    kb.aspose.com/3d/net/how-to-convert-fbx-to-obj-...
  7. Working with Coordinate System Transformations|...

    Change Coordinate System Transformations of image in C#....global transformation of a scene in C#, the following steps can...For Page transformation of a scene in C#, the following steps can...

    docs.aspose.com/drawing/net/working-with-coordi...
  8. Working with Coordinate System Transformations|...

    Change Coordinate System Transformations of image in Java....Java To globally transform a scene in Java, follow these steps:...a page transformation of a scene in Java, follow these steps:...

    docs.aspose.com/drawing/java/working-with-coord...
  9. 将网格转换为三角形网格,将原始形状转换为网格|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...
  10. Extract Assets from PDF File Formats via .NET |...

    C# source code to load, render and add extract assets from PDF documents on .NET Framework, .NET Core, Mono....file via the constructor of Scene class Create zip file format...need to extract assets var scenes = FileFormat.PDF.ExtractScene(...

    products.aspose.com/3d/net/extractor/pdf/