G General

Door Metal Sci Fi

Door Metal Sci Fi
Detalles
Funciones
Contenidos
Reseñas

Door Metal Sci Fi Mesh Full Perm

Texture inclue

Clasificación media: estrella llena estrella llena estrella llena estrella llena estrella llena
  • 5 estrella:
  • 4 estrella:
  • 3 estrella:
  • 2 estrella:
  • 1 estrella:
Awesome Door!
estrella llena estrella llena estrella llena estrella llena estrella llena Publicado February 06, 2015 por Life Camino

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!

¿Te ha resultado útil esta revisión?
Excellent scifi door - works great
estrella llena estrella llena estrella llena estrella llena estrella llena Publicado April 18, 2014 por Send Starlight

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
]);

¿Te ha resultado útil esta revisión?