Skip to main content

Questions tagged [physically-based]

The tag has no usage guidance.

0 votes
1 answer
81 views

Point light source radiance

I was reading Deriving radiance from irradiance and intensity and the last comment said that by dividing $r^2$ we convert radiant intensity to irradiance. What confuses me then is the fact that for ...
Balu's user avatar
  • 3
1 vote
1 answer
80 views

Why is the indirect illumination (using IBL) in my PBR shader overpowering everything?

I'm trying to implement a basic form of physically based rendering (PBR) and I am using the PBR tutorial from learnopengl dot com as a reference. The PBR I am implementing consists of two parts, ...
unusually_crispy_crisps's user avatar
0 votes
0 answers
53 views

Understanding the BRDF Equation

I am studying the BRDF equation. From Wikipedia, the equation is as follows: I have one main question: Where does the $\cos{\theta_i}$ in the denominator come from? The denominator implies that $...
Christopher Miller's user avatar
0 votes
0 answers
17 views

Narrow-phase CCD in FEM topology query (finite element method)

I am implementing IPC from siggraph2020, and one of its step is about CCD line search, where CCD is applied each iteration in the descent method in a part of the algorithm. I have implemented CCD ...
Da1sy petals's user avatar
1 vote
0 answers
59 views

Term confusion about volume scattering

We have two different terms, for example, let's talk about scattering only. Scattering coefficient Scattering cross-section These two terms are supposed to have different physical meaning. I read it ...
Enigmatisms's user avatar
  • 1,112
2 votes
1 answer
305 views

Rendering equation integration variable change

I'm watching the TU Wien rendering lectures in the course we were presented with a rendering equation (first one on the screenshot) and then another, which results from a change of variables (if I ...
analysis1's user avatar
1 vote
0 answers
95 views

Difficulty in understanding the interpretation of propagation of an exitant function from the book Advanced Global Illumination (2nd ed)

The book defines operator $\mathcal{T}$ for the propagation of an exitant function as: if I'm assuming that the position of the point $x$ is on the top-left surface, and that $\Psi$ is considered as ...
Domenico's user avatar
1 vote
1 answer
76 views

How is the distribution of normals constructed from the distribution of slopes in 'Understanding the masking-shadowing function' paper?

Recently I'm reading Eric Heitz's paper 'Understanding the Masking-Shadowing Function in Microfacet-Based BRDFs', in section 5, 5.2, the paper defines the distribution of slopes and then says the ...
Wenjian Zhou's user avatar
1 vote
1 answer
66 views

Is the dichromatic model physically based?

lately I have been learning about photometry, and everywhere I look I see a BRDF written according to the "dichromatic model". Roughly speaking: $$\rho= \rho_D+\rho_S \cdot (...)$$ for some $...
Lilla's user avatar
  • 113
3 votes
0 answers
51 views

Diffuse irradiance map : confusion about photometric vs radiometric units

I have spent the longest amount of time just taking the terminology for granted & have only just recently started studying or at least trying to understand the difference between radiometric and ...
Confusedius's user avatar
1 vote
1 answer
363 views

Cosine in Rendering Equation and BRDF cancel out: Why cosine at all?

I am somewhat confused with the following issue reading about the rendering equation and BRDFs. That is, the BRDF is usually defined as surface radiance $Lr(ω_r)$ over irradiance $L_i(ω_i)cosθ_i$ for ...
Sam's user avatar
  • 164
1 vote
1 answer
71 views

How is the beam transmittance calculated in PBRT V3?

In pbrt v3, the book gives this description of beam transmittance, but I don't know how to solve the differential equation like it says to get Tr , can someone please tell me how to solve the ...
Wenjian Zhou's user avatar
0 votes
0 answers
75 views

What's The Math Behind This Cloth Animation?

I progammed a simple cloth animation. Initially I tried to implement Hooke's law, but it wasn't numerically stable, presumably because I used explicit Euler. Anyway, I came up with something (WebGL2 ...
fweth's user avatar
  • 127
5 votes
2 answers
277 views

Rendering Hypercentric Perspective

I came across some Non-Euclidean Games which involve Hyperbolic Spaces, Spherical Spaces, Portals, etc. And, I noticed that they give quite deep feel of what Non-Euclidean Spaces feel like. So, I was ...
Monster196883's user avatar
0 votes
1 answer
86 views

Motivation behind tesselation

This question is NOT about the hardware difficulties and shortcomings of tesselation shaders I am trying to understand the motivation behind tesselation shaders. Why/when/where tesselation is a good ...
Vectorizer's user avatar

15 30 50 per page
1
2 3 4 5 6