Skip to content

Commit

Permalink
fix meshIO alpha type (#1101)
Browse files Browse the repository at this point in the history
  • Loading branch information
elalish authored Dec 4, 2024
1 parent 517a224 commit 847016c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/manifold/meshIO.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ struct Material {
vec3 color = vec3(1.0);
/// Alpha multiplier to apply to the whole mesh (each value between 0
/// and 1).
int alpha = 1.0;
double alpha = 1.0;
/// Gives the property index where the first normal channel
/// can be found. 0 indicates the first three property channels following
/// position. A negative value does not save normals.
Expand Down

0 comments on commit 847016c

Please sign in to comment.