Renegade
  • NEW
  • SHOWCASE
    • Making of SUMO STUNTMEN
    • PAWS GANG 1
  • TOOLS
    • EDITOR
  • Renegade
    • B A S I C S
      • OBJECTS TAGS/LAYERS
      • ANIMATION
        • states
        • blend parameters
      • PHYSICS
        • velocity transfer
      • DETECTING
      • PARTICLES
      • BUG FIXING
        • quick fixes
    • S C E N E S
  • s y s t e m
    • GAMEPLAY
      • TRANSPORT
        • setting up
      • FINANCES
      • TASKS
        • actionDX
        • aiWalkerCX
      • SPEAK
        • >> TASKS
      • PATHFINDING
        • setting up [splines]
        • using [splines]
        • tips
      • SCENE DESIGN
      • SAVING
      • RECORD N PLAY
    • ACTOR
      • RENEGADE
        • features
          • BOUNDX
        • code
        • setting up
        • BODYDATA
      • JUMP MX
        • features
        • obstacle detection
        • code
          • config
          • settings
          • obstacle detect
          • lerping
        • tips
      • FIGHT MX
        • features
        • code
          • config
          • actionData
        • PUNCH
        • KICK
        • THROW
      • RENEGADE AI
        • AI WALKER
          • aiWalkerCX
    • WEAPONS
      • WEAPON MX
        • setting up
        • projectile
        • fx
        • in vehicle
      • SWORD MX
      • AI WEAPON
    • VEHICLES
      • DRIVE CX
        • input
        • features
        • code
        • EEX
        • actions
      • CHOPPER CX
        • features
        • AI CHOPPER
      • FLIGHT CX
    • WORLD
      • doorCX
    • DESTRUCTIBLE BUILDINGS
      • destructBuild
      • getChunks
      • buildStruct
      • other
      • tips
    • SOCCER
      • soccerCX
      • feet
      • ball
    • OTHER
      • INPUT
        • GAMEPAD
        • KEYBOARD
        • TOUCH
      • CAMERA
        • CAM CX
        • DIRECTOR CX
      • GUI
        • using
        • tips
  • i n t e g r a t i o n s
    • ACTOR
      • Ragdoll Animator 2
        • capsule
        • foot height / grounded
        • tips
    • VEHICLES
      • SportBikePro
      • NWH Dynamic Water Physics 2
Powered by GitBook
On this page
  1. s y s t e m
  2. GAMEPLAY
  3. PATHFINDING

setting up [splines]

Last updated 1 year ago

  • pathNodes4Splines

sets up nodes after splines are created

sectionLength : the distance between nodes

splineDX is added to splines with all spline points, their NT, and the path nodes for the spline

run it. now we can copy the the created roads network into the scene

.................................

node connections within a spline are set up automatically

but the node connections between splines (crossings) have to be added

  • manually

  • or by setCrossings

set up the crossings by trigger colliders

add the graph to setCrossings.graph (the folder with the created nodes)

run it. the connections get updated

now we can copy the created roads network into the scene (and remove the older setups)

the final driving network