Changeset 844
- Timestamp:
- 07/23/07 16:37:02 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/fcptr_stable_jun07/Source/System/Material/Base/OSGSwitchMaterial.cpp
r564 r844 300 300 301 301 302 UInt32 SwitchMaterial::getNPasses(void) const302 UInt32 SwitchMaterial::getNPasses(void) 303 303 { 304 304 UInt32 choice = getChoice(); … … 312 312 << std::endl; 313 313 } 314 315 314 return 1; 316 315 } branches/fcptr_stable_jun07/Source/System/Material/Base/OSGSwitchMaterial.h
r106 r844 90 90 91 91 virtual StatePtr getState (UInt32 index = 0); 92 virtual UInt32 getNPasses (void ) const;92 virtual UInt32 getNPasses (void ); 93 93 94 94 virtual bool isTransparent(void ) const;
