Skip to content

Commit

Permalink
Fix: remove useless files
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhiminYao1 committed Jun 9, 2024
1 parent 15d6b59 commit 24e9225
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 130 deletions.
8 changes: 4 additions & 4 deletions render_python/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .sh_utils import computeColorFromSH
from .raster_utils_py import computeCov2D, computeCov3D
from .raster_utils_py import transformPoint4x4, in_frustum, ndc2Pix, in_frustum
from .graphic_utils import getWorld2View2, getProjectionMatrix
from .sh import computeColorFromSH
from .raster import computeCov2D, computeCov3D
from .raster import transformPoint4x4, in_frustum, ndc2Pix, in_frustum
from .graphic import getWorld2View2, getProjectionMatrix
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""

import numpy as np
from .graphic_utils import getProjectionMatrix
from .graphic import getProjectionMatrix


def ndc2Pix(v, S):
Expand Down
125 changes: 0 additions & 125 deletions render_python/raster_utils.py

This file was deleted.

File renamed without changes.

0 comments on commit 24e9225

Please sign in to comment.