{"id":"dolphin.lightlab--DolphinLightTransport","name":"DolphinLightTransport","owner":"dolphin","package":"dolphin.lightlab","kind":"function","signature":"external DolphinLightTransport(dolphinLightWorld world,float ox,float oy,float oz,float dx,float dy,float dz,int sample,int pixel,int depthLimit) returns dolphinLightSample","description":"Dolphin light transport.","context":"Build bounded lighting experiments with geometry, visibility, transport, film, and GPU/CPU contracts.","parameters":[{"name":"world","type":"dolphinLightWorld","description":"Supply world as dolphinLightWorld."},{"name":"ox","type":"float","description":"Supply ox as float."},{"name":"oy","type":"float","description":"Supply oy as float."},{"name":"oz","type":"float","description":"Supply oz as float."},{"name":"dx","type":"float","description":"Supply dx as float."},{"name":"dy","type":"float","description":"Supply dy as float."},{"name":"dz","type":"float","description":"Supply dz as float."},{"name":"sample","type":"int","description":"Supply sample as int."},{"name":"pixel","type":"int","description":"Supply pixel as int."},{"name":"depthLimit","type":"int","description":"Supply depth limit as int."}],"returns":"dolphinLightSample","members":[],"tags":["cpu","dolphin","dolphin.lightlab","function","lightlab","source-example"],"updated":"2026-09-09","source":{"repository":"dolphin","path":"packages/lightlab/src/transport.yh","line":145,"sha256":"bc741924a5c25f24d5d168baa7ff6aa2b2a957540a52d9feead1a0809d0e84e6"},"status":"source-declared","notes":["Package presence and a declaration do not establish support on every host. Host services need their platform and lifecycle setup."],"examples":[{"id":"usage","title":"Use DolphinLightTransport","description":"A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.","code":"using dolphin.lightlab\n\n// Build bounded lighting experiments with geometry, visibility, transport, film, and GPU/CPU contracts.\ndolphinLightWorld world = dolphinLightWorld()\nfloat ox = 1.0\nfloat oy = 1.0\nfloat oz = 1.0\nfloat dx = 1.0\nfloat dy = 1.0\nfloat dz = 1.0\nint sample = 1\nint pixel = 1\nint depthLimit = 1\ndolphinLightSample result = DolphinLightTransport(world, ox, oy, oz, dx, dy, dz, sample, pixel, depthLimit)\nConsole.Log(\"Inspect result in your debugger\")\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.dolphin_lightlab__dolphinlighttransport\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"dolphin.lightlab\"\nversion = \"0.1.0\"\npath = \"../../../dolphin/packages/lightlab\"\n\n[[dependencies]]\npackage = \"dolphin.materials\"\nversion = \"0.1.0\"\npath = \"../../../dolphin/packages/materials\"\n\n[[dependencies]]\npackage = \"dolphin.math\"\nversion = \"0.1.0\"\npath = \"../../../dolphin/packages/math\"\n\n[[dependencies]]\npackage = \"dolphin.spatial3d\"\nversion = \"0.1.0\"\npath = \"../../../dolphin/packages/spatial3d\"\n","tags":["cpu","source-example"],"verification":"type checked","run":"cpu-oracle","sha256":"e411008051309e2aa36dd62cd36caa2d6356228528a64596ecc275c8357bc99e","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":[],"url":"https://demonhunterlabs.com/academy/api?item=dolphin.lightlab--DolphinLightTransport","json":"https://demonhunterlabs.com/reference/items/dolphin.lightlab--DolphinLightTransport.json","markdown":"https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightTransport.md"}
