Sign in with
Sign up | Sign in
Your question
Solved

realistic rendering demo UE4 vs 3dmax

Tags:
  • Rendering
  • Graphics
  • 3D
Last response: in Graphics & Displays
Share
May 7, 2014 3:56:25 AM

After I ran realistic rendering tech demo on my computer my brother who uses 3d max was just stunned he didn't believe that is actually a real time rendering on GPU and he asked me why can't we use this to make interior designs?
To achieve the quality of realistic rendering tech demo on 3d max usually it take over one day to render and the result is one fixed image and usually with lower quality than the demo. So why can't next generation game engines replaces applications like 3d max ?

More about : realistic rendering demo ue4 3dmax

May 7, 2014 4:10:06 AM

the difference is that professional rendering programs render in realtime, which requires a lot of complex calculations and processing power.

Game engines are basically a framework of predefined variables that dont change
m
0
l
May 7, 2014 5:29:45 AM

"framework of predefined variables that dont change" I guess game engines can build any environment which is not a constant thing?
m
0
l

Best solution

May 7, 2014 5:33:29 AM

supersonic977 said:
"framework of predefined variables that dont change" I guess game engines can build any environment which is not a constant thing?


a game engine knows what to do when a player provides input, because it's all predesigned in the engine

with realtime 3D redering, you are creating a brand new asset that the software has to physically render from scratch without any knowledge of it before
Share
!