chore: make pub.dev happy
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -69,4 +69,10 @@ class ThermionWasmCamera extends Camera {
|
|||||||
// TODO: implement getViewMatrix
|
// TODO: implement getViewMatrix
|
||||||
throw UnimplementedError();
|
throw UnimplementedError();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Future setProjection(Projection projection, double left, double right, double bottom, double top, double near, double far) {
|
||||||
|
// TODO: implement setProjection
|
||||||
|
throw UnimplementedError();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user