Generate sample points Args: rays_o: [N_rays, 3] origin points of rays rays_d: [N_rays, 3] directions of rays bounds: [N_rays, 2] near far boundary render_kwargs: other render parameters Return: pts: [N_rays, N_samples, 3] P
(self, rays_o, rays_d, bounds, **render_kwargs)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected