fix comment

This commit is contained in:
David Rose 2002-05-17 18:01:06 +00:00
parent c44d91f9d1
commit b0b9a11c65

View File

@ -3513,13 +3513,13 @@ set_blend_mode(ColorWriteAttrib::Mode color_write_mode,
case TransparencyAttrib::M_alpha: case TransparencyAttrib::M_alpha:
case TransparencyAttrib::M_alpha_sorted: case TransparencyAttrib::M_alpha_sorted:
case TransparencyAttrib::M_dual: case TransparencyAttrib::M_dual:
// Should we really have an "alpha" and an "alpha_sorted" mode, // Should we really have an "alpha" and an "alpha_sorted"
// like Performer does? (The difference is that "alpha" is with // mode, like Performer does? (The difference is that
// the write to the depth buffer disabled.) Or should we just use // "alpha_sorted" is with the write to the depth buffer
// the separate depth write transition to control this? Doing it // disabled.) Or should we just use the separate depth write
// implicitly requires a bit more logic here and in the state // transition to control this? Doing it implicitly requires a
// management; for now we require the user to explicitly turn off // bit more logic here and in the state management; for now we
// the depth write. // require the user to explicitly turn off the depth write.
enable_multisample_alpha_one(false); enable_multisample_alpha_one(false);
enable_multisample_alpha_mask(false); enable_multisample_alpha_mask(false);
enable_blend(true); enable_blend(true);