| version 1.128 | version 1.129 |
|---|
| |
| * api.c - This file contains all of the API calls that are defined for | * api.c - This file contains all of the API calls that are defined for |
| * external driver code to use. | * external driver code to use. |
| * | * |
| * $Id: api.c,v 1.128 2004/02/02 22:58:03 johns Exp $ | * $Id: api.c,v 1.129 2004/02/03 03:38:22 johns Exp $ |
| */ | */ |
| | |
| #include "machine.h" | #include "machine.h" |
| |
| tex->opacity = apitex->opacity; | tex->opacity = apitex->opacity; |
| tex->col = apitex->col; | tex->col = apitex->col; |
| | |
| tex->islight = 0; | tex->flags = RT_TEXTURE_SHADOWCAST; |
| tex->shadowcast = 1; | |
| tex->phong = 0.0; | tex->phong = 0.0; |
| tex->phongexp = 0.0; | tex->phongexp = 0.0; |
| tex->phongtype = 0; | tex->phongtype = 0; |