mirror of
https://github.com/DarklightGames/io_scene_psk_psa.git
synced 2025-01-31 11:53:47 +01:00
Fix #43: Wedges can now address vertices with indices greater than 65535
This commit is contained in:
parent
9798415f75
commit
ed89e78927
@ -16,8 +16,7 @@ class Psk(object):
|
||||
|
||||
class Wedge16(Structure):
|
||||
_fields_ = [
|
||||
('point_index', c_uint16),
|
||||
('padding1', c_int16),
|
||||
('point_index', c_uint32),
|
||||
('u', c_float),
|
||||
('v', c_float),
|
||||
('material_index', c_uint8),
|
||||
|
Loading…
x
Reference in New Issue
Block a user