[Bf-committers] GameEngine material patch.

Charlie C snailrose at bresnan.net
Wed Dec 21 17:31:31 CET 2005


the files go in the directory with the same name as the folder there in
source/gameengine/converter/ ... patch-> source/gameengine/converter/
try this new patch
http://snailrose_dir.home.bresnan.net/

try casting..
 int unitmax=0;
 glGetIntegerv(GL_MAX_TEXTURE_UNITS_ARB, &unitmax);
 to ... 
  int unitmax=0;
 glGetIntegerv(GL_MAX_TEXTURE_UNITS_ARB, (GLint*)&unitmax);

but i'm guessing there will be more compile errors in bl_material and kx_blendermaterial
So can you send me an email at <snailrose at bresnan.net>  with them so they can be fixed ?
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://projects.blender.org/pipermail/bf-committers/attachments/20051221/d49729c9/attachment-0001.htm


More information about the Bf-committers mailing list