WuotanStudios Posted October 22 Share Posted October 22 Hi there, i am new to ultraengine and made my first testings. Currently i am wondering why the editor 3d preview has better grafics / and very good reflections, but ingame it doesn't look that good anymore. Is it because i am running it in debug mode? Editor - 3d preview: ingame (debug mode): Quote Link to comment Share on other sites More sharing options...
Josh Posted October 22 Share Posted October 22 Looks like a great start! There is a camera command to enable the screen-space reflection effect: camera->SetSsr(true); You can set this in the third-person controls component code after the camera is created. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
WuotanStudios Posted October 23 Author Share Posted October 23 aahh, i see, thanks for the info. I will take a closer look into the ultraengine api Quote Link to comment Share on other sites More sharing options...
WuotanStudios Posted October 23 Author Share Posted October 23 works 1a :-D 1 1 Quote Link to comment Share on other sites More sharing options...
WuotanStudios Posted October 23 Author Share Posted October 23 a little suggestion about camera swept culling: camera->SetSweptCulling(true); should be set true by default the fist impression is always important. In that matter some graphical features should also be set on true by default :-D 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.