SergeyShlyaev

Results 7 comments of SergeyShlyaev

It is run at the place where it was built. Same machine, didn't change any folder structure. It is puzzling a bit because mitsuba seem to use libtbb and it...

Hi guys, Thank you for the tips. There are only two required dependencies. From https://github.com/alembic/alembic 1. Required: > CMake (2.8.11+ newer is better for Windows builds) www.cmake.org > OpenEXR (2.2.0)...

> You will need to instanciate the BSDF yourself using the PluginManager and assign the returned pointer to Shape::m_bsdf Thank you, found the example in shape.cpp:80 on how to create...

Pushed new version with support for loading multiple objects from file. Added support for `shape_name` to specify object by name. ![alembic_sweets](https://user-images.githubusercontent.com/63272131/91788187-947ef400-ebd9-11ea-93c3-11c91af0d87d.jpg) > Would this name correspond to the id of...

Added camera plugin to read camera data fom alembic file. Adding this fullfills the original intention of this PR, to have simpler way of getting complex datasets into renderer. With...

Hi @Speierers, Sure, here is the wishlist. It is mostly about getting data into Mitsuba. #### Curves support Smooth curves support, with option to render curves as cylinders or oriented...

Yeah, I tried multiplying light scales by D65 white, which is RGB = (1.20, 0.95, 0.91). It helped with the dragon scene. But for living room scene it still produce...