<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style='font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif;'>Michalis,<br><br>This is why I though that boolean vertex attribute may work better. We will try your suggestions with shaders, what I meant was to get rid of Background node and make its functionality more uniform with other nodes.<br><br>The faces that have all vertices at infinity will not get any light from a point source, and there will be no normal point. But a triangle with only one infinite point can be a road going to the horizon. With two infinite points - a segment between two rays from the common point. Both can get correct light from the point source and have the normal point. Such objects are mathematically very simple and intuitive. Implementation - I do not have enough experience, maybe it is possible just to parse such objects and replace faces with the easier to render primitives?<br><br>Allowing these infinite points (directions) may have practical applications for autonomous vehicles, for example - it is not just our case when some objects are too far to have a known distance value, but they should otherwise (where possible) behave almost as normal (near) objects. And they can become near ones if the vehicle goes in their direction. It would be a cleaner solution than putting such objects at large, but finite distance, but such replacement can be performed when converting to other 3-d representations that do not have such node.<br><br>Andrey<br><br><br></div><br></body></html>