The old "beginframeerror" in act view

Topics relating to Modeling with Reality Factory.
Post Reply
rgdyman
Posts: 84
Joined: Tue Jul 05, 2005 7:05 am

The old "beginframeerror" in act view

Post by rgdyman »

K, I build the .act.

texures size is

420 High
80 wide

.bmp image.

I know its the texure. But what else besides the size?
User avatar
AndyCR
Posts: 1449
Joined: Wed Jul 06, 2005 5:08 pm
Location: Colorado, USA
Contact:

Post by AndyCR »

the size is the issue. each dimension needs to be a power of two (to make it easy, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, and you really don't want to go higher than that).

valid sizes:

64x64
128x64
256x1024

etc. (basically any combination of valid powers of two for height and width)
rgdyman
Posts: 84
Joined: Tue Jul 05, 2005 7:05 am

Post by rgdyman »

ooops

I though it was simply even...

K, thanks a million!

rgdy


ok all fixed
Post Reply