Skip to content

Commit

Permalink
Merge pull request #1053 from fredludlow/ply-parser
Browse files Browse the repository at this point in the history
Reinstate the PLY parser
  • Loading branch information
fredludlow authored Sep 26, 2024
2 parents 417581f + 45efded commit 69a039b
Show file tree
Hide file tree
Showing 2 changed files with 899 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ngl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ import './parser/xplor-parser'

import './parser/kin-parser'
import './parser/obj-parser'
import './parser/ply-parser'

import './parser/csv-parser'
import './parser/json-parser'
Expand Down
Loading

0 comments on commit 69a039b

Please sign in to comment.