Duplicating moving props

Discussion in 'Content Creation' started by silvermanblu, Jun 18, 2017.

  1. silvermanblu

    silvermanblu
    Expand Collapse

    Joined:
    Mar 1, 2013
    Messages:
    645
    I am having a bit of trouble. I am trying to duplicate the rotator in the beacon but I cant seem to get it to work.


    Code:
        "props": [
            ["func"      , "mesh"              , "idRef:", "idX:", "idY:"            , "baseRotation"        , "rotation"                 , "translation"        , "min", "max", "offset", "multiplier"]
            ["beaconSpin","beaconlight_bulb", "bl2r","bl2l","bl1r",  {"x":270, "y":0, "z":0} , {"x":0, "y":0, "z":1}    , {"x":0.0, "y":0, "z":0}, -360, 360, 0, 1,{"baseTranslation":{"x":-0.4, "y":0.08, "z":0.04}}],
            {
                "lightInnerAngle":0
                "lightOuterAngle":70
                "lightBrightness":0.6
                "lightRange":15
                "lightColor":{"r":255, "g":50, "b":50, "a":255}
                "lightAttenuation":{"x":0, "y":1, "z":1}
                "lightCastShadows":false
                "texSize":512
                "shadowSoftness":1
                "flareName":"vehicleHeadLightFlare"
                "flareScale":0.1
               
    }
           
            ["beaconSpin","beaconlight_bulb", "bl2r","bl2l","bl1r",  {"x":270, "y":0, "z":0} , {"x":0, "y":0, "z":1}    , {"x":0.0, "y":0, "z":0}, -360, 360, 0, 1,{"baseTranslation":{"x":0.4, "y":0.08, "z":0.04}}],
           {       
            "lightInnerAngle":0
                "lightOuterAngle":70
                "lightBrightness":0.6
                "lightRange":15
                "lightColor":{"r":0, "g":50, "b":255, "a":255}
                "lightAttenuation":{"x":0, "y":1, "z":1}
                "lightCastShadows":false
                "texSize":512
                "shadowSoftness":1
                "flareName":"vehicleHeadLightFlare"
                "flareScale":0.1
                },
    
            ["beaconSpin" ,      "SPOTLIGHT"        , "bl2r","bl2l","bl1r", {"x":85, "y":0, "z":0} , {"x":0, "y":0, "z":-1}    , {"x":0, "y":0, "z":0}, -360, 360, 0, 1, {"baseTranslation":{"x":0.5, "y":0.5, "z":0.09},"deformGroup":"beaconlight_break"}],
            ["beaconSpin" ,      "SPOTLIGHT"        , "bl2r","bl2l","bl1r", {"x":265, "y":0, "z":0} , {"x":0, "y":0, "z":1}    , {"x":0, "y":0, "z":0}, -360, 360, 0, 1, {"baseTranslation":{"x":0.5, "y":0.5, "z":0.09},"deformGroup":"beaconlight_break"}],
            ["beaconSpin" ,      "SPOTLIGHT"        , "bl2r","bl2l","bl1r", {"x":85, "y":0, "z":0} , {"x":0, "y":0, "z":-1}    , {"x":0, "y":0, "z":0}, -360, 360, 0, 1, {"baseTranslation":{"x":0.5, "y":0.5, "z":0.03},"deformGroup":"beaconlight_break"}],
            ["beaconSpin" ,      "SPOTLIGHT"        , "bl2r","bl2l","bl1r", {"x":265, "y":0, "z":0} , {"x":0, "y":0, "z":1}    , {"x":0, "y":0, "z":0}, -360, 360, 0, 1, {"baseTranslation":{"x":0.5, "y":0.5, "z":0.03},"deformGroup":"beaconlight_break"}],
       
        ],
    
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice