Returns true if T is a Renderer defined as having the primitives:
void render() string[] getScreenshootFormats()void screendshot(string path, string format)string[] getRecordingFormats()void startRecording(string path, string format)void stopRecording()void moveViewport(int xDir, int yDir)void zoom(int factor)
A Renderer is the most basic form of a $(RENDERER).
Returns true if T is a Renderer defined as having the primitives: void render()
string[] getScreenshootFormats() void screendshot(string path, string format) string[] getRecordingFormats() void startRecording(string path, string format) void stopRecording() void moveViewport(int xDir, int yDir) void zoom(int factor)
A Renderer is the most basic form of a $(RENDERER).