Skip to main content

Questions tagged [reflection]

0 votes
0 answers
37 views

I am trying to implement SSR using DDA but the output result seems to not product any reflections or reflect the scene. I feel the code is correct from my knowledge of graphics at the moment and ...
Nexi's user avatar
  • 1
0 votes
1 answer
187 views

Raytracing can handle the interaction between light and multiple translucent objects in a scene by using global illumination and raytracing with volumetric effects to calculate the color of the object ...
Arunabh's user avatar
1 vote
0 answers
69 views

First of all, I am completely new to this so please excuse me if this is a dumb question. I am following the book Real-Time 3D Rendering with DirectX and HLSL, for now implementing shaders in Nvidia ...
egil87's user avatar
  • 11
2 votes
0 answers
172 views

I keep reading about fresnel and there is one thing I don't fully understand. My understanding : Here is my understanding so far, so please correct me where I am wrong. Fresnel is related to ior (eta)...
LeXav's user avatar
  • 23
1 vote
0 answers
340 views

I'm asking this question on behalf of a friend so can't provide any images for now. The problem is to simulate a car paint material with some flakes or graininess in it. This is first done in blender ...
gallickgunner's user avatar
0 votes
1 answer
98 views

If I were to create a chainmail that has realistic reflections, where would I start learning about what mechanisms to use? Normal cloth seems too simple, and the reflections look bad (they have to be ...
EmmanuelMess's user avatar
2 votes
1 answer
230 views

I am trying to mimic reflections in image composition using shaders. I have gotten this far: In this image the floor is "reflecting" the back wall, however the reflection is uncanny because the scale ...
Makogan's user avatar
  • 1,891
0 votes
1 answer
580 views

Rendering is the process of computing a three-dimensional geometric description of a scene into a two-dimensional image representation that looks real. Ray-tracing and Radiosity are two of the most ...
faizan ahmed's user avatar

15 30 50 per page