Open skoudoro opened 2 years ago
Hello! It seems that this issue is caused by missing lights. Is there any plans to add lighting to the current Fury API? One could take inspiration from the API structure of the pyrender project: https://pyrender.readthedocs.io/en/latest/api/index.html#lighting
Hi @chisarie,
Yes, we plan to add different lighting but by default, there is a light so that why the result is strange.
Hello @xtanion , While importing various models I was facing the below issues
After importing the models they aren't clearly visible as you can see below (I don't know whether it is related to importing or light or something else)
BoomBox:
BarramundiFish:
Unicode❤♻Test: It seems
pygltflib
is unable to decode the Unicode charactersFox:
glTF
type doesn't display any model Do we support the.glb
file?? Because when I try to importFox
inglTF-Binary
tmode it throws the below errorthe
uri
is None. Yes, It is correct because the.glb
file doesn't have any separate bin files for the buffer.Also if we don't provide any mode to
read_viz_gltf
, theglTF
mode isn't selected as the default. This is because of this line infetcher.py
where you are choosing the last type, so considering file orderglTF
will always be at the top (in windows as per I know) than the otherglTF-*
type files.I will continue to import another type of models too and let you know if I found something.
Originally posted by @ganimtron-10 in https://github.com/fury-gl/fury/issues/600#issuecomment-1177331239