Questions tagged [culling]

123 questions
0
votes
2 answers

Frustum Culling in JavaFX

I wish to implement some Frustum Culling in my JavaFX application, as there can be a large amount of Nodes outside the scene but there are some mouse-events such as dragging which may bring them back to the Scene. Is there some method already in the…
sazap10
  • 263
  • 2
  • 7
  • 15
0
votes
1 answer

3D view frustum culling, ray casting

I need additional theory on view frustum culling to better understand how to implement it. I understand that ray casting is involved in order to figure out what objects are in front, thus figuring out which objects not to render. I am concerned…
Johnathan
  • 697
  • 4
  • 9
  • 19
-1
votes
1 answer

Backface Culling Causing Transparency, Flipping doesn't FIX

I have a weird model. I imported an FBX liquor bottle and the sides are transparent in the viewport. It seems to render opaque during CYCLES, but I need the bottle to render properly in the viewport for a number of reasons. I'm submitting the BLEND…
Dr Tyrell
  • 21
  • 6
1 2 3
8
9