Door Metal Sci Fi Mesh Full Perm
Texture inclue
Awesome Door!
This is a very high quality build. I do prefer the door texture without the number, as having only the "03" door label is hardly useful.
Otherwise, I highly recommend this item. Thanks!
Excellent scifi door - works great
A very good mesh scifi door for any futuristic build. I was able to script the door to open and close by placing a script inside just the door portion(s) on collision_start and collision_end.
To close:
llSetLinkPrimitiveParamsFast(LINK_THIS, [
PRIM_PHYSICS_SHAPE_TYPE, PRIM_PHYSICS_SHAPE_NONE,
PRIM_COLOR, ALL_SIDES, <1,1,1>, 0
]);
To open:
llSetLinkPrimitiveParamsFast(LINK_THIS, [
PRIM_PHYSICS_SHAPE_TYPE, PRIM_PHYSICS_SHAPE_PRIM,
PRIM_COLOR, ALL_SIDES, <1,1,1>, 1
]);