content pipeline without volume texture support???!!!

晕了,花了好长时间把需要的volume texture做好(32x32x32的纹理,偶用ps一张一张做的阿T_T),结果发现content pipeline不支持velume texture!!!在论坛里搜索了一下,看到ms的人说“I agree it's a shame we didn't have time to get these into the content pipeline,but sadly they were among the many features that just didn't fit into the schedule. ” -_-#。嗯嗯,虽然类库里有Texture3D用来表示volume texture,但需要自己写importer导入volume texture才行鸟~~~ :(

相关文章

迭代器模式(Iterator)迭代器模式(Iterator)[Cursor]意图...
高性能IO模型浅析服务器端编程经常需要构造高性能的IO模型,...
策略模式(Strategy)策略模式(Strategy)[Policy]意图:定...
访问者模式(Visitor)访问者模式(Visitor)意图:表示一个...
命令模式(Command)命令模式(Command)[Action/Transactio...
生成器模式(Builder)生成器模式(Builder)意图:将一个对...