jax3d icon indicating copy to clipboard operation
jax3d copied to clipboard

Has anyone tried rendering multiple models at the same time?

Open oskar0812 opened this issue 2 years ago • 1 comments

Hi,I tried to render two models at the same time by view_bounded.html.But there is always a problem with the color of one of the models.Maybe someone has tried doing this or has any suggestions?Thx!

oskar0812 avatar Dec 27 '22 08:12 oskar0812

The simplest way to do that is to apply forward rendering (instead of deferred rendering using the intermediate "feature image"), and then use different shaders for different objects. Check this demo https://youtu.be/kVy2W6afuyk

Forward rendering code can be found in the online demos in our project page https://mobile-nerf.github.io

czq142857 avatar Jul 17 '23 01:07 czq142857