Skip to content

Commit

Permalink
[Ciechan#11] Added antialiasing
Browse files Browse the repository at this point in the history
  • Loading branch information
datinc committed Sep 25, 2014
1 parent 6f37fd7 commit f8635a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BCMeshTransformView/BCMeshTransformView.m
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ - (void)commonInit
_glkView.delegate = self;
_glkView.drawableDepthFormat = GLKViewDrawableDepthFormat16;
_glkView.opaque = NO;
_glkView.drawableMultisample = GLKViewDrawableMultisample4X;

[super addSubview:_glkView];

Expand Down

0 comments on commit f8635a1

Please sign in to comment.