facebookresearch / pytorch3d

PyTorch3D is FAIR's library of reusable components for deep learning with 3D data
https://pytorch3d.org/
Other
8.7k stars 1.3k forks source link

How to add a spot light (cone light) in PyTorch3D for projecting a 2D pattern onto 3D surfaces? #1816

Closed SherlockSimon closed 1 month ago

SherlockSimon commented 3 months ago

or how to simulate a projector (a reverse camera) in PyTorch3D?

ForrestPi commented 1 month ago

same question

bottler commented 1 month ago

There's no functionality for this - it would have to be done from first principles I think. I can't help.