Jump to content

dennis

Members
  • Posts

    469
  • Joined

  • Last visited

Posts posted by dennis

  1. Hi guys,

     

    I wanted to draw a light from my object which is a box

    Problem is it won't work.

    I placed the following inside script:start

     

    light = Pointlight:Create()

    light:SetPosition(0,0,0)

    light:SetRange(5)

    light:SetParent(self.model)

     

    What am i doing wrong?

    Cheers

  2. that is the easiest way for now I guess. instead of placing every tree by it's own.

     

    or at least, adding it in the map file... I remeber in LE2 you could open the map file with your text editor and add trees and objects just there, you can at least try so with LE3

  3. cutscene are achieved using a third party addon because leadwerks doesn't supoort it.

    and menu's could be done using aggror's script sets, or create one your own.

    - databases and datasets

    - picking

    - using the drawing

     

    you can check out using the documentation

     

    cheers

×
×
  • Create New...