Browse Source

overloaded constructors in Viewport

Former-commit-id: 484b4be8c00937f06225c0a1ec54120720afed20
Alec Jacobson (jalec 11 năm trước cách đây
mục cha
commit
8d2c84a7a6
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      include/igl/Viewport.h

+ 0 - 2
include/igl/Viewport.h

@@ -10,8 +10,6 @@ namespace igl
     int x,y,width,height;
     igl::Camera camera;
     // Constructors
-    Viewport():
-      x(0),y(0),width(0),height(0),camera(){};
     Viewport(
       const int x=0, 
       const int y=0,