add RenderElement.getOffset()
This commit is contained in:
parent
8685b3331b
commit
76c7a49648
@ -57,6 +57,14 @@ public abstract class RenderElement extends Inlist<RenderElement> {
|
||||
/** compile vertex data to vbo. */
|
||||
protected void compile(ShortBuffer sbuf) {
|
||||
|
||||
}
|
||||
|
||||
public int getOffset() {
|
||||
return offset;
|
||||
}
|
||||
|
||||
public void setOffset(int offset) {
|
||||
this.offset = offset;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user