Skip to content

Commit

Permalink
fix name content. svf geometry
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Mar 21, 2024
1 parent 9869e77 commit 82060d1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions APSToolkitPython/src/aps_toolkit/SVFContent.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
"""


class SVFContent:
def __init__(self, metadata=None, fragments=None, geometry=None, meshpacks=None, materials=None, properties=None,
def __init__(self, metadata=None, fragments=None, geometries=None, meshpacks=None, materials=None, properties=None,
images=None):
self.metadata = metadata
self.fragments = fragments
self.geometry = geometry
self.geometries = geometries
self.meshpacks = meshpacks
self.materials = materials
self.properties = properties
Expand Down

0 comments on commit 82060d1

Please sign in to comment.