mrbdrm
Member
|
types of light's in world editor
hello
i was wandring :
1- is it possible to make all types of lights in WE ?
if so how ?
2- is it possible to make joints and such from WE too or connect object to another one ?
thanks
|
|
01-30-2009 08:23 PM |
|
Esenthel
Administrator
|
Re: types of light's in world editor
1. yes you can, you should either create a custom parameter in the object to specify that it is a light point, or light cone
or you can add a new object type by editing obj_type.h enum in you data\enum folder
then in the codes override draw method for the light and do specific lighting based from the lights type
2. currently this could be done only in the codes
|
|
01-30-2009 08:40 PM |
|