Brent Yi

Results 331 comments of Brent Yi

I was revisiting this today. Couldn't reproduce the fix above 🤔 New one: ```python mesh1.visual = mesh1.visual.to_texture() mesh2.visual = mesh2.visual.to_texture() mesh3.visual = mesh3.visual.to_texture() mesh1.visual.material = mesh1.visual.material.to_pbr() mesh2.visual.material = mesh2.visual.material.to_pbr() mesh3.visual.material...

Hi, sorry for the delay in getting back! There's two options here: 1. If you want something nice, unfortunately the only way right now is to modify the client source...

Hi @Yvan-iComat! Can you share a reproduction for the behavior you're seeing? Our `add_mesh_simple()` implementation does have a `flat_shading` argument, which defaults to `False`. Is your problem with GLB and/or...

Hello! I think there's two possibilities here: 1. If you're using Nerfstudio and the rendered Gaussians are sent using `set_background_image()`, we have depth compositing support. There's an example here: https://github.com/nerfstudio-project/viser/blob/main/examples/17_background_composite.py...

Hi @smart4654154, sorry for the late reply I've been on some deadlines! Based on what you described this does look like just the depth compositing feature. When we send rendered...

Hi @Anand-EB! To make sure I'm understanding correctly: you're trying to get a list of visible points/vertices, right? If you have `(N, 3)` points, maybe a boolean visibility mask with...

This can happen if an older version of the Viser client tries to connect to a newer version of the server. Some possible reasons: - If you have an old...

Okay, thanks for the update! I haven't seen this particular issue, but if you're able to make a reproducible example I could debug it. Perhaps this is hard if it's...

Hi @Crezle, would love an update if you figure this out! [playwright](https://playwright.dev/) might be a good thing to look into if you haven't already.

Hi @JasonTu999! This is just because we started adding 3DGS support in October 2023 (#110); Spark was released much more recently (June 2025). In between there were other external libraries...