Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 30,432 for

fbx

(0.03 sec)
  1. How to get texture image from FBX (when Texture...

    As the title, parsing an Fbx file, when Texture.Content.Length=0, I cannot convert the content of Texture.Content to an image to display it as a texture image, but when I use other software (such as MicroStation) to open…...How to get texture image from FBX (when Texture.Content.Length=0)...#1 As the title, parsing an FBX file, when Texture.Content.Length=0...

    forum.aspose.com/t/how-to-get-texture-image-fro...
  2. Get embedded texture size from binary FBX (and ...

    I’m in the process of creating a tool to generate statistics for mesh models. What I’m trying to achieve at the moment is to find the size ratio of the mesh to its textures. Is this possible? Can I achieve this for bina…...embedded texture size from binary FBX (and other formats) Aspose.3D...com/questions/72431956/how-can-i-convert-fbx-embedded-texture-to-tarrayuint8-data...

    forum.aspose.com/t/get-embedded-texture-size-fr...
  3. Broken model after exporting to fbx 7700 - Aspo...

    Exporting to Fbx version 7700 gives broken model Scene scene = new Scene(); Node node1 = scene.RootNode.CreateChildNode("Node1"); node1.Transform.Rotation = Quaternion.FromEulerAngle( 0,…...Broken model after exporting to fbx 7700 Aspose.3D Product Family...2021, 1:06pm #1 Exporting to fbx version 7700 gives broken model...

    forum.aspose.com/t/broken-model-after-exporting...
  4. Problems converting from FBX to USDC - Aspose.3...

    Sometimes converting models from Fbx to usdc results in empty models, when trying to open in native preview (xcode on Mac). But in Web preview on aspose.com model is completely fine. Also model is normal in Blender. Ther…...Problems converting from FBX to USDC Aspose.3D Product Family...Sometimes converting models from fbx to usdc results in empty models...

    forum.aspose.com/t/problems-converting-from-fbx...
  5. Importing Fbx files with ASpose shows bad textu...

    1.zip (7.3 MB) 1=false.jpg (81.6 KB) 1-true.jpg (103.3 KB) Hello, when I import the following Fbx files, I can only read that the number of Materials is 1, and the values of MaterialIncies are all 0. In the end, the d…...Importing Fbx files with ASpose shows bad textures Aspose.3D...when I import the following FBX files, I can only read that the...

    forum.aspose.com/t/importing-fbx-files-with-asp...
  6. Incorrect Node.Name after export + import binar...

    Noticed this when upgrading from 21.6.0 to 21.10.0. I’ve isolated it to 21.9.0 Following code should show the issue: [TestFixture] public class Tests { [ OneTimeSetUp ] public void Setup() { var…...after export + import binary FBX introduced in 21.9.0 Aspose.3D...ChangeExtension(Path.GetRandomFileName(), ".fbx"); string temporaryFilePath =...

    forum.aspose.com/t/incorrect-node-name-after-ex...
  7. Significant lock contention in parallelized Sce...

    I have a custom application that processes many scenes, all saved as Fbx files. I’ve noticed that performance is limited with no apparent bottlenecks - and this doesn’t change even when I increase parallelism. After in…...Open with fbx files Aspose.3D Product Family...processes many scenes, all saved as fbx files. I’ve noticed that performance...

    forum.aspose.com/t/significant-lock-contention-...
  8. Aspose.3d for .net 是否可以提供一些fbx导入的例子? - Aspose.3...

    aspose.3d for .net 是否可以提供一些Fbx导入的demo(示例代码)?...net 是否可以提供一些fbx导入的例子? Aspose.3D Product Family...#1 aspose.3d for .net 是否可以提供一些fbx导入的demo(示例代码)? asad.ali August...

    forum.aspose.com/t/aspose-3d-for-net-fbx/251039
  9. Exception when saving scene as FBX file - Free ...

    Hello, I am trying to create a box with a hole in it. For that I create a cube (got the code from the documentation) with another cube in the corner. I am adding the hole like this: public static void createHole(Mesh …...Exception when saving scene as FBX file Aspose.3D Product Family...save("C:\\Users\\Niki\\Documents\\holes.fbx", FileFormat.FBX7700_BINARY);...

    forum.aspose.com/t/exception-when-saving-scene-...
  10. Fbx convertion to ud3 or pdf : ExportException:...

    Code: var scene = new Scene(); scene.Open(@“C:\Concierge\xxx.Fbx”, new FbxLoadOptions()); scene.Save(@“C:\Concierge\xxx.pdf”, FileFormat.PDF); file.zip (1.1 MB)...Fbx convertion to ud3 or pdf : ExportException:Index was outside...scene.Open(@“C:\Concierge\xxx.fbx”, new FbxLoadOptions()); scene...

    forum.aspose.com/t/fbx-convertion-to-ud3-or-pdf...