knightcrawler25 / Optix-PathTracer

Simple physically based path tracer based on Nvidia's Optix Ray Tracing Engine
317 stars 36 forks source link

Animation #5

Closed apchenstu closed 5 years ago

apchenstu commented 5 years ago

Hi, it is a very nice project!! I want to add some animation to the objects, I tried to add transform node to the GeometryGroup, similar as Optix sample "optixDynamicGeometry", the object did move, but it seems the shading and reflection are not correct, do you know why? Thanks! 00000

00001 00002

knightcrawler25 commented 5 years ago

I'll have a look and get back to you. From the screenshots it looks like not all meshes have rotated around the axis of rotation, like the red console for example. Could you share what changes you've made so that it's easier for me to check. :)

knightcrawler25 commented 5 years ago

Closing since this issue was solved here: https://devtalk.nvidia.com/default/topic/1044859/optix/optix-render-animation/