No matter what hollow value I try for this besides 0.0 and 95.0, I always end up with a 95% hollow prim when hollow is setup above 0.0 or a non-hollow prim if hollow is set to 0.0:
llSetPrimitiveParams([PRIM_TYPE, PRIM_TYPE_CYLINDER, PRIM_HOLE_DEFAULT, <0.0, 1.0, 0.0>, 50.0, <0.0, 0.0, 0.0>, <1.0, 1.0, 0.0>, <0.0, 0.0, 0.0>]);
Am I doing something wrong or is this a bug?
[SOLVED] should be 0.50 instead of 50.0 for hollow!