We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

set resolution of reflections

Home Forums Graphics / Blender set resolution of reflections

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #48897
    thomasup
    Customer

    weve seen that planar reflection are now aviable natively in v3d.
    very nice feature!
    but is there a way to set the resolution of the rendered reflection?
    weve previously rendered the reflection at half resolution, for performance reason. is it possible to do the same with the new native feature in code?

    thanks for any tips

    #48900

    Hi,
    Thank you!

    To modify quality of your reflection probes please use the following code:

    const probe = v3d.apps[0].scene.getObjectByProperty('isPlaneReflectionProbe', true);
    probe.qualityFactor = 0.5;
    v3d.apps[0].onResize();

    Soft8Soft Tech Chief
    X | FB | LinkedIn

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.