ARKit - Error loading DAE file exported from Maya

Hung Ya Tsai

I'm currently developing an application related to ARKit on iOS 11.0 and XCode 9.0 Beta.

I have problem loading dae file which was exported from Maya 2017.

It's super weird since I can successfully load and display dae file downloaded from the internet.

Thanks for any information, much appreciated.

Below is part of my code:

SCNScene *ball = [SCNScene sceneNamed:@"ball.dae"];

if(ball == nil)
    printf("Couldn`t load model successfully\n");

SCNNode *ballNode = [ball.rootNode childNodeWithName:@"Cube" recursively:true];

[scene.rootNode addChildNode:ballNode];
Hung Ya Tsai

So I figured this thing out, you got to place a light to show your object.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

React Bootstrap error: 'AccordionCollapseProps' is not exported from './AccordionCollapse'

From Dev

DNS Error: Loading from master file failed:

From Dev

Loading an Array from a File

From Dev

DAE file not loading multi texturing in threejs

From Dev

Large images (from file) not loading in Picasso, no obvious error seen

From Dev

Loading JSON exported from THREE.js editor

From Dev

Loading vertices from .dae makes my program slow, why?

From Dev

Loading array from file

From Dev

Exported excel file from datagridview shows error when opened VB

From Dev

Unbound variable error when loading a procedure from an external file

From Dev

Blender exported json file not loading in three.js

From Dev

Amazon SNS For Apple - Error loading apple credentials from file

From Dev

Error while loading multiprocessing.manager.dictionary from pickle file

From Dev

LibGdx - Error loading json file from asset manager

From Dev

Store Excel file exported from Pandas in AWS

From Dev

convert a Maya-exported OBJ file into a triangular mesh OFF file -- AssertionError: face should have 3 vertices but has 6

From Dev

ARKit and .dae file , strange space between object

From Dev

Error loading Groovy config file from JAR

From Dev

Using windows exported ".rdp" file from Ubuntu

From Dev

error in loading a file in MATLAB

From Dev

script for automatically loading reference files from different destinations in Maya

From Dev

Getting error in loading json from static file?

From Dev

Reading a .reg file exported from an old install?

From Dev

Loading Collada dae file into SceneKit for joint manipulation

From Dev

R error: could not find function when loading from file

From Dev

Getting error when loading image file from Parse

From Dev

Java eclipse error with exported runnable jar file

From Dev

Loading commands from file

From Dev

Loading images in the exported .jar file

Related Related

  1. 1

    React Bootstrap error: 'AccordionCollapseProps' is not exported from './AccordionCollapse'

  2. 2

    DNS Error: Loading from master file failed:

  3. 3

    Loading an Array from a File

  4. 4

    DAE file not loading multi texturing in threejs

  5. 5

    Large images (from file) not loading in Picasso, no obvious error seen

  6. 6

    Loading JSON exported from THREE.js editor

  7. 7

    Loading vertices from .dae makes my program slow, why?

  8. 8

    Loading array from file

  9. 9

    Exported excel file from datagridview shows error when opened VB

  10. 10

    Unbound variable error when loading a procedure from an external file

  11. 11

    Blender exported json file not loading in three.js

  12. 12

    Amazon SNS For Apple - Error loading apple credentials from file

  13. 13

    Error while loading multiprocessing.manager.dictionary from pickle file

  14. 14

    LibGdx - Error loading json file from asset manager

  15. 15

    Store Excel file exported from Pandas in AWS

  16. 16

    convert a Maya-exported OBJ file into a triangular mesh OFF file -- AssertionError: face should have 3 vertices but has 6

  17. 17

    ARKit and .dae file , strange space between object

  18. 18

    Error loading Groovy config file from JAR

  19. 19

    Using windows exported ".rdp" file from Ubuntu

  20. 20

    error in loading a file in MATLAB

  21. 21

    script for automatically loading reference files from different destinations in Maya

  22. 22

    Getting error in loading json from static file?

  23. 23

    Reading a .reg file exported from an old install?

  24. 24

    Loading Collada dae file into SceneKit for joint manipulation

  25. 25

    R error: could not find function when loading from file

  26. 26

    Getting error when loading image file from Parse

  27. 27

    Java eclipse error with exported runnable jar file

  28. 28

    Loading commands from file

  29. 29

    Loading images in the exported .jar file

HotTag

Archive