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.

scene.renderer settings

Home Forums General Questions scene.renderer settings

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #4118
    nikolstrek
    Customer

    I try to set up a MeshStandardMaterial in v3d scene and I faced with a probem.

    This material has a envMap property and it can controlled by “.roughness” value or “roughnessMap” texture, but in v3d.scene the roughness/roughnessMap only influence on specular propertie of material, envMap always with roughness = “0” and I can’t controll it;
    In attached examples with 0 and 0.8 roughness value, you can see that only specular property is changed, envMap has the same roughness.

    This text from documentation:
    (The environment map. Default is null. Note that in order for the material roughness property to correctly blur out the environment map, the shader must have access to mipmaps of the env texture. TextureCubes created with default settings are correctly configured; if adjusting texture parameters manually, ensure minFilter is set to one of the MipMap options, and that mip maps have not been otherwise forcibly disabled.)

    May be a case in the minFilter…

    #4126

    Hi,

    Can you attach a minimal project that reproduces this issue? Thanks!

    Chief 3D Verger | LinkedIn | Twitter

    #4127
    nikolstrek
    Customer

    Okay. Thank you Yuri.
    An envMap do not blurred at all.

    #4131
    nikolstrek
    Customer

    Also I can’t set up a CubeCamera in a v3d scene, the scene didn’t have an animation loop. Is there a solution for it ?
    https://threejs.org/docs/#api/cameras/CubeCamera

    #4133

    An envMap do not blurred at all.

    Thanks, we’ll take a look

    Chief 3D Verger | LinkedIn | Twitter

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