Author Topic: LOD assistance plz  (Read 430 times)

Offline Flowrellik

  • Posts: 154
  • Cookies: 7
LOD assistance plz
« on: February 22, 2017, 06:58:18 PM »
pLODModel.AddLOD(pStats["FilenameHigh"], 10, 120.0, 15.0, 15.0, 400, 900, "_glow", None, "_specular")
In looking at the actual scripting for ships, I know about glow, and specular...but I wonder now, that "None", what is that for exactly?

Offline KrrKs

  • Posts: 461
  • Cookies: 25
Re: LOD assistance plz
« Reply #1 on: February 23, 2017, 01:00:47 PM »
From BCSDKs include FedOutpost.py

Quote
# Params are: File Name, PickLeafSize, SwitchOut Distance,
# Surface Damage Res, Internal Damage Res, Burn Value, Hole Value,
# Search String for Glow, Search string for Specular, Suffix for specular

But I have no Idea in how-far that is supposed to be different from the specular suffix.
I haven't found a stock ship that uses it, so I guess its not implemented.

Offline Flowrellik

  • Posts: 154
  • Cookies: 7
Re: LOD assistance plz
« Reply #2 on: February 23, 2017, 08:04:28 PM »
so it's basically just another suffix for specular?
That's....kinda sad tbh. You would have think that maybe something like transparency or even bump maps would probably go for it, but I guess this is unlikely...:C