You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm new user for osg and opengl render, I occured a problem when learning osg, need some help.
I build osg with fbx plugin succeed, and load a fbx file from www.mixamo.com, model rendered succed, but render result is so grey, after some test, I can't resolve the grey problem,
I can see the color in the view, but very grey, so I think the textures in fbx is loaded and render succeed,
I run the model in osgViewer, grey too.. but in some online 3d viewer and mixamo, the model show normal.
In the createLight function, I do a lot of tests by code from internet, I failed finally.
can anyone give me some help? thank you verty much!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I'm new user for osg and opengl render, I occured a problem when learning osg, need some help.
I build osg with fbx plugin succeed, and load a fbx file from www.mixamo.com, model rendered succed, but render result is so grey, after some test, I can't resolve the grey problem,
The render result screenshot image: https://github.com/ggslayer/codebase/blob/master/2023-10-16%2018-38-58%20%E7%9A%84%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE.png?raw=true
The fbx file downloaded from mixamo link: https://github.com/ggslayer/codebase/releases/download/fbx/dance.fbx
my code like this:
I can see the color in the view, but very grey, so I think the textures in fbx is loaded and render succeed,
I run the model in osgViewer, grey too.. but in some online 3d viewer and mixamo, the model show normal.
In the createLight function, I do a lot of tests by code from internet, I failed finally.
can anyone give me some help? thank you verty much!
My test code:
Beta Was this translation helpful? Give feedback.
All reactions