Skip to content

Commit

Permalink
Update pyi
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Sep 24, 2024
1 parent 9a44cf8 commit 1a2e827
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions python/stubs-out/mrpt/pymrpt/mrpt/opengl/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,14 @@ class CAssimpModel(CRenderizableShaderTriangles, CRenderizableShaderWireFrame, C
def renderUpdateBuffers(self) -> None: ...
@overload
def renderUpdateBuffers() -> void: ...
@overload
def split_triangles_rendering_bbox(self, bbox_size: float) -> None: ...
@overload
def split_triangles_rendering_bbox(constfloat) -> void: ...
@overload
def split_triangles_rendering_bbox(self) -> float: ...
@overload
def split_triangles_rendering_bbox() -> float: ...
def traceRay(self, o: mrpt.pymrpt.mrpt.poses.CPose3D, dist: float) -> bool: ...

class CAxis(CRenderizableShaderWireFrame):
Expand Down

0 comments on commit 1a2e827

Please sign in to comment.