全景VR播放器ANTVRSDK- ios 使用详解

6、无模型,不3D,玩转obj加载 - ANTObjModel

2016-11-01  本文已影响30人  ARVRSchool

obj模型的使用方法:

    NSString *path = [[NSBundle mainBundle] pathForResource:@"shitou_01" ofType:@"obj"];
    ANTObjModel * obj = [[ANTObjModel alloc] initWithPath:path];
    [obj setupTextureWithImage:[UIImage imageNamed:@"shitou_D.jpg"]];
    [obj setObjectRect:0.5 Height:0.5];
    [self.antLibrary addSubObject:obj];
    [obj setPosition:0.0 Y:0.0 Z:-5.0];

效果图:

Paste_Image.png

详细使用请看提供的demo。

上一篇下一篇

猜你喜欢

热点阅读