TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Virtual Blender Camera

89 pointsby fn42almost 2 years ago

10 comments

danShumwayalmost 2 years ago
See also previous discussion at <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=36562757">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=36562757</a><p>Unbelievably creative and impressive project, it&#x27;s so much fun to see :) It&#x27;s just cool that raytracing is accurate enough to make this possible.
评论 #37143923 未加载
lionkoralmost 2 years ago
The video on the website there is absolutely amazing. I can recommend watching it
lmpdevalmost 2 years ago
Phenomenal work<p>It makes me wonder though: what&#x27;s missing here that still puts it in the uncanny valley?<p>Do you need to deliberately deform these stock 3D models with small defects&#x2F;&quot;entropy&quot;? Or is it simply not enough detail for the base models?
评论 #37144923 未加载
评论 #37144230 未加载
评论 #37157417 未加载
pixelpoetalmost 2 years ago
There was a similar effort in 2018 using Indigo Renderer (greetz to all who know it!), which can more efficiently render these kinds of situations using bidirectional path tracing and Metropolis-Hastings sampling: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;y8mKtNCq5CI?t=1712" rel="nofollow noreferrer">https:&#x2F;&#x2F;youtu.be&#x2F;y8mKtNCq5CI?t=1712</a>
CobrastanJorjialmost 2 years ago
I thought this was going to just be some sorta custom renderer that did some sort of physical simulation. But it was literally modeling a &quot;pinpoint camera&quot; in Blender, then modeling lens shapes....amazing!
voxadamalmost 2 years ago
I&#x27;m not a 3D modeler (aside from CAD), photographer, or artist but that must be one of the most impressive things I&#x27;ve seen lately. Can anyone comment on how CPU and&#x2F;or GPU intensive this is.
评论 #37159674 未加载
jb1991almost 2 years ago
Since modern 3D renderers are already designed to render in a photorealistic way using fundamental principles of light transport, what does this technique actually offer that the renderer itself does not offer? Path tracing follows the basic laws of global illumination, after all, and the path tracing algorithm offers simulation of all different kinds of lens types, etc.
评论 #37144944 未加载
评论 #37144788 未加载
评论 #37145378 未加载
doublerabbitalmost 2 years ago
Very cool, now I just need to learn blender.
评论 #37149540 未加载
mathiasgredalalmost 2 years ago
In theory you should be able to just put a pinhole in front of this virtual camera, to create nested virtual cameras.
daanavitchalmost 2 years ago
Would it be feasible to create a videogame that uses these techniques or would it be too slow to render?