Why my 3d model is not looking the same as Maya software..?

i’m exported my 3d model from maya. But it is not looking same as Maya Software… Which type of code and other things i have to update in my code…?

Define “not the same” :eyes:? Maya is a powerful rendering software that uses pathtracing for rendering - you can’t get same results in the browser, but you may be able to get close-enough for the visuals to be just as satisfying.

3 Likes

In case you are not familiar with the proper technicals terms describing the differences, it would help tremendously if you provided two screenshots from the Maja rendering and your code-based rendering. Preferrably from the same (or similar) vantage point.

2 Likes

I’m using following code for this…
<Canvas
camera={{ fov: 50, position: [0, 5, 5], near: 0.1, far: 100 }}
style={{ background: ‘transparent’}}
gl={{ alpha: false }}>