SceneKitOffscreenRendering icon indicating copy to clipboard operation
SceneKitOffscreenRendering copied to clipboard

Shading in offscreen render

Open roberthein opened this issue 6 years ago • 1 comments

Is it also possible to render a scene offscreen with the same shading?

roberthein avatar Jan 04 '19 17:01 roberthein

Add this before the renderer.render call: renderer.autoenablesDefaultLighting = true

tomorrowevening avatar Mar 25 '20 20:03 tomorrowevening