[fixed] Cameras Internal

Discussion in 'Content Creation' started by aljowen, May 3, 2016.

  1. aljowen

    aljowen
    Expand Collapse

    Joined:
    Oct 21, 2012
    Messages:
    1,677
    I have found that recently (I am not sure when but at some point today) the internal cameras on my vehicle have stopped working. I have tried looking at the covets cameras and noticed that the cameras section has changed a bit in recent updates and modified my vehicle to match, but I still cannot get the internal camera to work.

    The console shows the camera as being detected:
    console.png
    This is the code for the vehicle cameras (chase and orbit work fine):
    Code:
    "cameraChase":{
                "distance":4.9,
                "distanceMin":2,
                "defaultRotation":{"x":0,"y":-16,"z":0},
                "offset":{"x":0.4, "y":0, "z":0.8},
                "fov":65,
            },
            "cameraExternal":{
                "distance":6.0, //How far away the default camera position should be
                "distanceMin":2, //How close can it get before it can't go any further
                "offset":{"x":0.4, "y":0, "z":0.4}, //Camera offset, X = Left/right, Y = Forward/backwards, Z = Height
                "fov":65, //Field of view
            },   
            "camerasInternal":[
                ["type", "x", "y", "z", "fov", "id1:", "id2:", "id3:", "id4:", "id5:", "id6:"],
                {"nodeWeight":6},
                {"selfCollision":false},
                {"collision":false},
                {"beamSpring":100000,"beamDamp":500},
                //head cam
                ["dash",0.35, 0, 1.35, 55, "nr38","nl47","nl37","nr51","nr39","nl36"]
            ],    
    Thanks for any help
     
  2. burilkovdeni

    burilkovdeni
    Expand Collapse

    Joined:
    Aug 21, 2014
    Messages:
    1,191
    ["dash",0.35, 0, 1.35, 55, "nr38","nl47","nl37","nr51","nr39","nl36"]

    Add a second of these and it should work.
     
    • Like Like x 1
  3. aljowen

    aljowen
    Expand Collapse

    Joined:
    Oct 21, 2012
    Messages:
    1,677
    That sorted it, thanks.
     
    • Like Like x 1
  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