mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
RWObj_Reader and RWObj_CafReader - added new classes reading triangulation from OBJ file.
10 lines
298 B
Plaintext
10 lines
298 B
Plaintext
puts "========"
|
|
puts "0029296: Data Exchange - implement import of mesh data from files in OBJ format"
|
|
puts "Ship model with transparent windows"
|
|
puts "========"
|
|
|
|
ReadObj D [locate_data_file ship_boat.obj]
|
|
XGetOneShape s D
|
|
checknbshapes s -face 2359 -compound 2
|
|
checktrinfo s -tri 27297 -nod 40496
|