문제

In the Ogre material file, the cubic texture is defined as:

cubic_texture <front> <back> <left> <right> <up> <down> separateUV

Does this mean that it's impossible to set the pixel format as is the case with normal textures?

texture <texturename> [<type>] [unlimited | numMipMaps] [alpha] [<PixelFormat>] [gamma]
도움이 되었습니까?

해결책

You can use texture <texturename> [<type>] [unlimited | numMipMaps] [alpha] [<PixelFormat>] [gamma] and set type to cubic. Then you can still modify <PixelFormat>.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top