comparison Outdoor.h @ 2169:5b27c035a241

small cleaning
author Ritor1
date Mon, 20 Jan 2014 00:02:22 +0600
parents a869b0376b48
children dc822157c98d
comparison
equal deleted inserted replaced
2168:7cd99cb12911 2169:5b27c035a241
80 struct ODMFace 80 struct ODMFace
81 { 81 {
82 bool HasEventHint(); 82 bool HasEventHint();
83 83
84 84
85 static bool IsBackfaceCulled(struct ODMFace *a1, struct RenderVertexSoft *a2, struct Polygon *a3); 85 static bool IsBackfaceCulled(struct RenderVertexSoft *a2, struct Polygon *polygon);
86 86
87 inline bool Invisible() const {return (uAttributes & FACE_INVISIBLE) != 0;} 87 inline bool Invisible() const {return (uAttributes & FACE_INVISIBLE) != 0;}
88 inline bool Visible() const {return !Invisible();} 88 inline bool Visible() const {return !Invisible();}
89 inline bool Portal() const {return (uAttributes & FACE_PORTAL) != 0;} 89 inline bool Portal() const {return (uAttributes & FACE_PORTAL) != 0;}
90 inline bool Fluid() const {return (uAttributes & FACE_FLUID) != 0;} 90 inline bool Fluid() const {return (uAttributes & FACE_FLUID) != 0;}