Skip to content

Commit

Permalink
Merge pull request #370 from favreau/master
Browse files Browse the repository at this point in the history
Added support for int64 material Ids
  • Loading branch information
favreau authored May 17, 2024
2 parents e365967 + 2f1dc91 commit 9ebce6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioexplorer/backend/science/common/Types.h
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,7 @@ typedef struct
/** List of model identifiers */
int32_ts modelIds;
/** List of material identifiers */
int32_ts materialIds;
int64_ts materialIds;
/** List of RGB values for diffuse colors */
doubles diffuseColors;
/** List of RGB values for specular colors */
Expand Down

0 comments on commit 9ebce6a

Please sign in to comment.