Commit History

作者 SHA1 備註 提交日期
  cutealien 8c5b6241b7 Add a normalsUpdate parameter to IMeshManipulator::transform. 5 年之前
  cutealien bff50c751d Spelling fixes. 8 年之前
  hybrid 20969d5c25 Heightmap optimization functions, supplied by Hendu. 11 年之前
  hybrid 9f7227b7ad Some whitespace adjustment. 11 年之前
  hybrid 0a2330890a Bump copyright to 2012 12 年之前
  hybrid 1fda9980df Add vertex optimization algorithm submitted by curaga 13 年之前
  hybrid 84eeb0e6de Added 32bit support to some more of the mesh manipulator methods. Unfortunately, the cloning methods (createXXX) will require huge code duplication, so I left them unchanged so far. 13 年之前
  bitplane ed5344f5e8 Added minimum timelines for removing deprecated methods. 14 年之前
  bitplane 54356391a2 Removed getMS3DJointNode, getXJointNode, and EGDS_MESSAGE_BOX_MAX_TEST_WIDTH. Added deprecated warnings to some more methods, plus a couple of doc string fixes. 14 年之前
  hybrid 5e4d495dcc Bump copyright dates to 2011. 14 年之前
  hybrid 96310b964d Merged revisions 3172:3197 from 1.7 branch. Some more bug fixes and doc updates from the 1.7 beta phase. 15 年之前
  hybrid 675fd7637e Merge revisions 3139:3171 from 1.7 branch. Many new tests and bug fixes. 15 年之前
  hybrid 372161fa0c Fix missing include. 15 年之前
  hybrid f3bf8b1f2b Fix createMeshWith1TCoords to avoid vertex duplication. 15 年之前
  hybrid 7713cddaf8 Merged revisions 2748:2778 from branch 1.6. A few bug fixes (wrong drop/grab, normals handling, rotation animator) and many doc fixes. 15 年之前
  hybrid 275874afb1 Merged from 1.6 branch, revisions 2684:2747. Windows serialization fix. Memleak in STL and LWO loader fixed. CursorControl under Windows fixed. CE compilation fixed. Example 21 for Linux fixed. IFileSystem and IFileList additions. Toolbar::addButton fixed. Device::run fixed. Anti-Aliasing on debug rendering disabled. Documenation updated. 15 年之前
  hybrid 3ef1b18308 Fix eol-style for all code files to CRLF for simpler file handling. 15 年之前
  hybrid 7e5822ec2c Fix eol-style for all code files to native. 15 年之前
  engineer_apple 2340f9b849 Changes in 1.6 TA 16 年之前
  engineer_apple c130d56b76 Changes in 1.6 TA 16 年之前
  hybrid 543407812f Added another parameter for the new planar mapping operator 16 年之前
  hybrid 57c16f70d8 Added new makePlanarMapping method with one major axis for the whole mesh buffer, and different resolutions in S and T. 16 年之前
  hybrid 0e00187fdd Aded a meshbuffer version of makePlanarTextureMapping. 16 年之前
  hybrid 7472bcd83c Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 16 年之前
  Rogerborg 604d2fd754 Replace possessive "it's" with the grammatically correct "its". 16 年之前
  hybrid b5d6000f8d Added new mMeshManipulator method scaleTCoords to scale texture coords of a mesh. Added two new access methods to texture coords of vertices of a meshbuffer. This allowed to replace the template for planar mapping as well. 16 年之前
  hybrid 69389d0c9e Renamed scaleMesh to scale, added support for meshbuffer scaling. 16 年之前
  hybrid 0f278fa5ed Added a meshbuffer transform method and renamed the transformMesh method to transform. 16 年之前
  hybrid a0709c155f Fixed a bug in the terrain mesh generation. 16 年之前
  hybrid 2843b8b583 Added generation of tangent space which can keep the original normals, by ryanclark. Note that inaccuracies of the tangent space may arise if you keep the original tangents. Angle weighted smoothing seems to be bogus, maybe indices are wrong. 16 年之前