mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
RWObj_Reader and RWObj_CafReader - added new classes reading triangulation from OBJ file.
10 lines
293 B
Plaintext
10 lines
293 B
Plaintext
puts "========"
|
|
puts "0029296: Data Exchange - implement import of mesh data from files in OBJ format"
|
|
puts "Small textured airplane model"
|
|
puts "========"
|
|
|
|
ReadObj D [locate_data_file "P-51 Mustang.obj"]
|
|
XGetOneShape s D
|
|
checknbshapes s -face 14 -compound 1
|
|
checktrinfo s -tri 4309 -nod 4727
|