Commit 2e5f99a
committed
[1.3.50] 2025-09-22
- Updated PugiXML library from version 1.7 to 1.15 with compact mode and XPath disabled for improved performance
- Fixed a bug in `Context::loadOBJ()` where materials that have a texture mask (`map_d`) and a diffuse color `Kd` were not being loaded correctly. The texture was being applied but it was using the default color.
- Fixed a bug where copied primitives with texture color overridden were not copying the constant RGB color.
- Enhanced OBJ/MTL loading system with improved default color handling in `loadMTL()` function
- Added `isDirectoryPath()` utility function to distinguish between directory and file paths using multiple heuristics
- Fixed a bug that could cause plant parameter contamination between different plant types in the scene.
- Added Bougainvillea flower 3D model assets (OBJ/MTL files and Blender source)
- Updated strawberry and tomato fruit models with improved geometry
- Enhanced documentation with collision detection schematics and perception cone diagrams
- Fixes to headless rendering mode, including ability to save images without opening a window
- Significant changes to front/back buffer detection hopefully to fix issues with `Visualizer::printWindow()` producing black images. Automated tests added for this in headless and windowed mode.
- Improved shader management and geometry handling
- Enhanced documentation with updated API references
- Updates to RadiationCamera file path discovery to check whether the file is a directory or file, and handle accordingly1 parent e1d921d commit 2e5f99a
39 files changed
Lines changed: 8176 additions & 4513 deletions
File tree
- core
- include
- lib/pugixml
- src
- tests
- doc
- plugins
- plantarchitecture
- assets
- Blender_organ_models
- obj
- doc
- images
- include
- src
- tests
- projectbuilder
- src
- tests
- radiation/src
- visualizer
- doc
- include
- src
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2262 | 2262 | | |
2263 | 2263 | | |
2264 | 2264 | | |
2265 | | - | |
| 2265 | + | |
2266 | 2266 | | |
2267 | 2267 | | |
2268 | 2268 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1169 | 1169 | | |
1170 | 1170 | | |
1171 | 1171 | | |
| 1172 | + | |
| 1173 | + | |
| 1174 | + | |
| 1175 | + | |
| 1176 | + | |
| 1177 | + | |
| 1178 | + | |
| 1179 | + | |
1172 | 1180 | | |
1173 | 1181 | | |
1174 | 1182 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
6 | 5 | | |
7 | | - | |
8 | | - | |
| 6 | + | |
| 7 | + | |
9 | 8 | | |
10 | | - | |
11 | | - | |
| 9 | + | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
| |||
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
21 | | - | |
| 19 | + | |
22 | 20 | | |
23 | 21 | | |
24 | | - | |
| 22 | + | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
| |||
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | | - | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
52 | | - | |
| 56 | + | |
53 | 57 | | |
54 | 58 | | |
55 | 59 | | |
| |||
62 | 66 | | |
63 | 67 | | |
64 | 68 | | |
65 | | - | |
| 69 | + | |
66 | 70 | | |
67 | 71 | | |
68 | 72 | | |
| |||
0 commit comments