- Timestamp:
- 01/12/17 16:30:41 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/similarity/simil_model.cpp
r606 r647 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-201 6Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2017 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 34 34 35 35 static ParamEntry MSparam_tab[] = { 36 { "Creature: Similarity", 1, 6, "ModelSimilarity", "Evaluates morphological dissimilarity. More information:\nhttp://www.framsticks.com/ node/795\nhttp://www.framsticks.com/node/890", },36 { "Creature: Similarity", 1, 6, "ModelSimilarity", "Evaluates morphological dissimilarity. More information:\nhttp://www.framsticks.com/bib/Komosinski-et-al-2001\nhttp://www.framsticks.com/bib/Komosinski-and-Kubiak-2011\nhttp://www.framsticks.com/bib/Komosinski-2016", }, 37 37 { "simil_parts", 0, 0, "Weight of parts count", "f 0 100 0", FIELD(m_adFactors[0]), "Differing number of parts is also handled by the 'part degree' similarity component.", }, 38 38 { "simil_partdeg", 0, 0, "Weight of parts' degree", "f 0 100 1", FIELD(m_adFactors[1]), "", }, … … 1634 1634 else 1635 1635 { 1636 // gdy mamy ju ż koniec grup - musimy zlikwidować tablicęaadOdleglosciParts1636 // gdy mamy juz koniec grup - musimy zlikwidowac tablice aadOdleglosciParts 1637 1637 // bo za chwilke skonczy sie nam petla 1638 1638 for (i = 0; i < aiRozmiarCalychGrup[0]; i++) … … 1648 1648 } // while (! bCzyKoniecGrupy) 1649 1649 1650 // PO DOPASOWANIU WSZYSTKIEGO Z GRUP (CO NAJMNIEJ JEDNEJ GRUPY W CA ŁOŚCI)1650 // PO DOPASOWANIU WSZYSTKIEGO Z GRUP (CO NAJMNIEJ JEDNEJ GRUPY W CALOSCI) 1651 1651 1652 1652 // gdy rozmiar ktorejkolwiek z grup dopasowania spadl do zera
Note: See TracChangeset
for help on using the changeset viewer.