Changeset 544
- Timestamp:
- 03/06/08 21:24:15 (10 months ago)
- Files:
-
- trunk/bin/win32/release (8.5)/bin/maya2q3.mll (modified) (previous)
- trunk/bin/win32/release (8.5)/bin/maya2q3.pdb (modified) (previous)
- trunk/maya2q3/bsp.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/maya2q3/bsp.cpp
r543 r544 219 219 m_verts.append( MPoint( q3::Q3VecToMaya( v.xyz ) ) ); 220 220 m_textureU.append( v.st.x ); 221 m_textureV.append( v.st.y );221 m_textureV.append( 1 - v.st.y ); 222 222 m_lightmapU.append( v.lightmap.x ); 223 m_lightmapV.append( v.lightmap.y );223 m_lightmapV.append( 1 - v.lightmap.y ); 224 224 m_vertexLight.append( MColor( MColor::kRGB, v.color[0], v.color[1], v.color[2] ) ); 225 225 }
