comparison Outdoor.h @ 2171:41bb73de29fb

Слияние
author Ritor1
date Mon, 20 Jan 2014 09:22:16 +0600
parents 5b27c035a241
children dc822157c98d
comparison
equal deleted inserted replaced
2170:919ca19c5466 2171:41bb73de29fb
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;}