New engine features |
Top Previous Next |
Flag-based comment tags
WED can now also use flags in the Entity Properties panel through comment tags.
// FLAG1: Huge 1 action my_entity() { if is (my, FLAG1) my.scale_z = 4; // gives the entity a scale of 4 on the z axis if FLAG1 is checked }
spot.c
A script file named spot.c which demonstrates a simple spot light source was added to the \samples folder.
HDR material
A new view material named mtl_hdr, which emulates a HDR effect was added to the mtlView.c library, as well as to the water.c sample.
|