定义这个物体能被哪个车内光源照亮
最多可定义4个,-1代表留空
https://forum.omnibussimulator.d ... ior-light-question/
Hello,
all interiorlights must define seperat separately, in a separate section. Please note, the command interiorlight have 8 parameters!
Example:
[interiorlight] (This light is interiorlight 0)
variable
0000
0000
0000
0000
255
255
255
[interiorlight] (This light is interiorlight 1)
variable
0000
0000
0000
0000
255
255
255
[interiorlight] (This light is interiorlight 2)
variable
0000
0000
0000
0000
255
255
255
You can here define many ineriorlights.
BUS\Bus_Cabin.o3d
[illumination_interior] -> if you want illuminated this mesh with 3 interiorlights, the command will look like this.
0
1
2
-1
BUS\xxxxxxxx.o3d
[illumination_interior] -> if you want illuminated this mesh only with the first interiorlights, the command will look like this.
0
-1
-1
-1
BUS\xxxxxxxx.o3d
[illumination_interior] -> if you want illuminated this mesh with interiorlight 0,1,4 and 5, the command will look like this.
0
1
4
5
[ 本帖最後由 大冬瓜 於 2023-11-23 19:35 編輯 ]