00001 /*======================================================================= 00002 * Copyright 1991-1996, Silicon Graphics, Inc. 00003 * ALL RIGHTS RESERVED 00004 * 00005 * UNPUBLISHED -- Rights reserved under the copyright laws of the United 00006 * States. Use of a copyright notice is precautionary only and does not 00007 * imply publication or disclosure. 00008 * 00009 * U.S. GOVERNMENT RESTRICTED RIGHTS LEGEND: 00010 * Use, duplication or disclosure by the Government is subject to restrictions 00011 * as set forth in FAR 52.227.19(c)(2) or subparagraph (c)(1)(ii) of the Rights 00012 * in Technical Data and Computer Software clause at DFARS 252.227-7013 and/or 00013 * in similar or successor clauses in the FAR, or the DOD or NASA FAR 00014 * Supplement. Contractor/manufacturer is Silicon Graphics, Inc., 00015 * 2011 N. Shoreline Blvd. Mountain View, CA 94039-7311. 00016 * 00017 * THE CONTENT OF THIS WORK CONTAINS CONFIDENTIAL AND PROPRIETARY 00018 * INFORMATION OF SILICON GRAPHICS, INC. ANY DUPLICATION, MODIFICATION, 00019 * DISTRIBUTION, OR DISCLOSURE IN ANY FORM, IN WHOLE, OR IN PART, IS STRICTLY 00020 * PROHIBITED WITHOUT THE PRIOR EXPRESS WRITTEN PERMISSION OF SILICON 00021 * GRAPHICS, INC. 00022 **=======================================================================*/ 00023 /*======================================================================= 00024 ** Author : Paul S. Strauss (MMM yyyy) 00025 **=======================================================================*/ 00026 /*======================================================================= 00027 *** THE CONTENT OF THIS WORK IS PROPRIETARY TO FEI S.A.S, (FEI S.A.S.), *** 00028 *** AND IS DISTRIBUTED UNDER A LICENSE AGREEMENT. *** 00029 *** *** 00030 *** REPRODUCTION, DISCLOSURE, OR USE, IN WHOLE OR IN PART, OTHER THAN AS *** 00031 *** SPECIFIED IN THE LICENSE ARE NOT TO BE UNDERTAKEN EXCEPT WITH PRIOR *** 00032 *** WRITTEN AUTHORIZATION OF FEI S.A.S. *** 00033 *** *** 00034 *** RESTRICTED RIGHTS LEGEND *** 00035 *** USE, DUPLICATION, OR DISCLOSURE BY THE GOVERNMENT OF THE CONTENT OF THIS *** 00036 *** WORK OR RELATED DOCUMENTATION IS SUBJECT TO RESTRICTIONS AS SET FORTH IN *** 00037 *** SUBPARAGRAPH (C)(1) OF THE COMMERCIAL COMPUTER SOFTWARE RESTRICTED RIGHT *** 00038 *** CLAUSE AT FAR 52.227-19 OR SUBPARAGRAPH (C)(1)(II) OF THE RIGHTS IN *** 00039 *** TECHNICAL DATA AND COMPUTER SOFTWARE CLAUSE AT DFARS 52.227-7013. *** 00040 *** *** 00041 *** COPYRIGHT (C) 1996-2020 BY FEI S.A.S, *** 00042 *** BORDEAUX, FRANCE *** 00043 *** ALL RIGHTS RESERVED *** 00044 **=======================================================================*/ 00045 /*======================================================================= 00046 ** Modified by : VSG (MMM YYYY) 00047 **=======================================================================*/ 00048 00049 00050 #ifndef _SO_VRMLTRIANGLE_FAN_SET_ 00051 #define _SO_VRMLTRIANGLE_FAN_SET_ 00052 00053 #include <Inventor/fields/SoMFInt32.h> 00054 #include <Inventor/fields/SoSFFloat.h> 00055 #include <Inventor/fields/SoSFNode.h> 00056 #include <Inventor/VRMLnodes/SoVRMLVertexShape.h> 00057 00058 00059 #if defined(OIV_IGNORE_VRML_DEPRECATED) 00060 #include <SoDeprecationRules.h> 00061 #pragma push_macro("SoDEPRECATED_CLASS") 00062 #pragma push_macro("SoDEPRECATED_TYPEDEF") 00063 #undef SoDEPRECATED_CLASS 00064 #undef SoDEPRECATED_TYPEDEF 00065 #define SoDEPRECATED_CLASS(x,y) 00066 #define SoDEPRECATED_TYPEDEF(x,y) 00067 #endif 00068 00070 // 00071 // Class: SoVRMLTriangleFanSet 00072 // 00073 // A SoVRMLTriangleFanSet represents a 3D shape composed of triangles 00074 // that form a fan shape around the first vertex declared in each fan. 00075 // 00077 00078 class SoCoordinateElement; 00079 00080 #ifndef IV_STRICT 00081 // Deprecated feature; specifying USE_REST_OF_VERTICES as the last 00082 // value in the numVertices field will use all the points in the 00083 // coordinate array. 00084 #define SO_TRI_STRIP_SET_USE_REST_OF_VERTICES (-1) 00085 00086 #endif 00087 class SoDEPRECATED SoVRMLTriangleFanSet : public SoVRMLVertexShape { 00180 00181 SO_NODE_HEADER(SoVRMLTriangleFanSet); 00182 00183 public: 00184 // Fields 00189 SoMFInt32 fanCount; 00195 SoSFBool ccw; 00201 SoSFBool solid; 00202 00206 SoVRMLTriangleFanSet(); 00207 00208 private: 00209 // Implement actions 00210 virtual void GLRender(SoGLRenderAction *action); 00211 00212 // Generates default normals using the given normal bundle. 00213 // Returns TRUE. 00214 virtual SbBool generateDefaultNormals(SoState *state, SoNormalBundle *nb); 00215 00216 virtual void getPrimitiveCount(SoGetPrimitiveCountAction *action); 00217 00218 // Computes bounding box of triangle strips 00219 virtual void computeBBox(SoAction *action, SbBox3f &box, SbVec3f ¢er); 00220 00221 private: 00222 static void initClass(); 00223 static void exitClass(); 00224 00225 00226 //Typedef of pointer to method on TriangleStripSet; 00227 //This will be used to simplify declaration and initialization. 00228 typedef void (SoVRMLTriangleFanSet::*PMTSS)(SoGLRenderAction *); 00229 00230 // Compute transformations from Modelling coordinate to tangent space (facet space). 00231 // virtual SbMatrix3* computeVtxTangentSpaceMat(const float *bumpTexCoords, int &numMat) const ; 00232 00233 private: 00234 // Generates triangles representing strips 00235 virtual void generatePrimitives(SoAction *action); 00236 00237 // Overrides standard method to create an SoFaceDetail instance 00238 virtual SoDetail *createTriangleDetail(SoRayPickAction *action, 00239 const SoPrimitiveVertex *v1, 00240 const SoPrimitiveVertex *v2, 00241 const SoPrimitiveVertex *v3, 00242 SoPickedPoint *pp); 00243 00244 virtual ~SoVRMLTriangleFanSet(); 00245 00246 private: 00247 // Blow vpCache when vertexProperty field changes: 00248 virtual void notify(SoNotList *list); 00249 00250 // This stores the total number of vertices; we use this 00251 // information to influence Separator's auto-caching algorithm 00252 // (shapes with very few triangles should be cached because 00253 // traversing them can be expensive, shapes with lots of triangles 00254 // shouldn't be cached because they'll take up too much memory). 00255 int totalFanCount; 00256 00257 // render function 00258 void doRendering(SoGLRenderAction *action, const SoShapeStyleElement* shapeStyle); 00259 00260 static const int AUTO_CACHE_TSS_MIN_WITHOUT_VP; 00261 static const int AUTO_CACHE_TSS_MAX; 00262 }; 00263 00264 00265 00266 00267 #if defined(OIV_IGNORE_VRML_DEPRECATED) 00268 #pragma pop_macro("SoDEPRECATED_TYPEDEF") 00269 #pragma pop_macro("SoDEPRECATED_CLASS") 00270 #endif 00271 00272 #endif /* _SO_VRMLTRIANGLE_FAN_SET_ */ 00273