slight improvements to simplerender
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m16s
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m16s
This commit is contained in:
parent
3d959cdf42
commit
b30867a07e
1 changed files with 4 additions and 0 deletions
|
@ -89,6 +89,10 @@ public class SimpleRender {
|
|||
this.parent = parent;
|
||||
}
|
||||
|
||||
public SimplePolyMesh<T> point(Vec3d p) {
|
||||
return point(p.x, p.y, p.z);
|
||||
}
|
||||
|
||||
public SimplePolyMesh<T> point(double x, double y, double z) {
|
||||
put(x, y, z);
|
||||
return this;
|
||||
|
|
Loading…
Add table
Reference in a new issue