Christian Utama
unread,Jan 10, 2012, 8:28:16 PM1/10/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SceneJS
I am trying to convert a collada file to scenejs json using scenejs-
pycollada, and got this error:
Traceback (most recent call last):
File "scenejs-pycollada.py", line 169, in <module>
main(sys.argv[1:])
File "scenejs-pycollada.py", line 135, in main
translate(serializer, collada_obj, { 'libraries_only':
libraries_only }, debug, verbose)
File "C:\dev\test\webgl\xeolabs-scenejs-pycollada-
da7a2c0\translator.py", line 38, in translate
jsgeom = translate_geometry(geom)
File "C:\dev\test\webgl\xeolabs-scenejs-pycollada-
da7a2c0\translator.py", line 367, in translate_geometry
if jssubgeom['primitive']:
KeyError: 'primitive'
What is wrong?
Thanks.