povray icon indicating copy to clipboard operation
povray copied to clipboard

Verify that v3.8 features require `#version 3.8`

Open c-lipka opened this issue 3 years ago • 0 comments

Unless #version 3.8 is specified, any v3.8 features should either be disabled (if automatic) or trigger a warning (if requiring extra syntax), so that the user doesn't accidently mark a scene as v3.7 compatible that actually requires v3.8 to render as intended.

It needs to be verified that this is true for all v3.8 features.

It also should be douible-checked that the equivalent is true for all v3.7 features unless #version 3.7 or above is specified.

c-lipka avatar Jun 17 '21 00:06 c-lipka