isDynamicUpdateSupported

Returns true if dynamic updates are supported in the current WebGL rendering context. Dynamic updates requires the EXT_color_buffer_float or EXT_color_buffer_half_float extension.

Return

true if supported

Parameters

scene

The object containing the rendering context

See also