> I threw a printf statement into land.c and found that it thinks the
> image size is -1x0.  I believe there have been a number of changes
> related to P3_image stuff so I'm wondering if perhaps land.from_image is
> no longer looking for a filename, but instead looking for an image
> object of some kind???

Yes you should give to land.from_image an object image. To create such an object, do 
as following :

import soya.model as model

model.Image.PATH = "your_image_directory"
land.from_image(soya.model.Image("your_image.tga"))

The tutorial lesson 104 was not fixed... I'll do this.

Jiba


-- 
Pour vous desabonner envoyez un mail a [EMAIL PROTECTED]

Reply via email to