public interface StillImageRenderer
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Vector3f |
getCenter() |
void |
init(IfcModelInterface model) |
byte[] |
snapshot(Vector3f cameraPosition,
Vector3f upVector,
Vector3f lookat,
int width,
int height,
ProgressHandler progressHandler) |
byte[] |
snapshotFront(int width,
int height,
ProgressHandler progressHandler) |
byte[] |
snapshotLeft(int width,
int height,
ProgressHandler progressHandler) |
byte[] |
snapshotTop(int width,
int height,
ProgressHandler progressHandler) |
void init(IfcModelInterface model) throws StillImageRendererException
StillImageRendererExceptionbyte[] snapshot(Vector3f cameraPosition, Vector3f upVector, Vector3f lookat, int width, int height, ProgressHandler progressHandler) throws IOException
IOExceptionbyte[] snapshotFront(int width,
int height,
ProgressHandler progressHandler)
throws IOException
IOExceptionbyte[] snapshotLeft(int width,
int height,
ProgressHandler progressHandler)
throws IOException
IOExceptionbyte[] snapshotTop(int width,
int height,
ProgressHandler progressHandler)
throws IOException
IOExceptionvoid close()
Vector3f getCenter()
Copyright © 2018 OpenSource BIM. All rights reserved.