About Store Forum Documentation Contact



Post Reply 
types of light's in world editor
Author Message
mrbdrm Offline
Member

Post: #1
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
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
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
Find all posts by this user Quote this message in a reply
Post Reply