xiaoxin0214
xiaoxin0214
I encountered the same error in windows environment.I replaced backslashes with forward slashes and it works. but i am not sure it's the ideal solution. ``` for(int i=0;i
Perhaps we should set `layout.allocatorType` to `ALLOCATOR_TYPE_NEW_DELETE` instead of the default `ALLOCATOR_TYPE_VSG_ALLOCATOR`, since the memory is allocated by `OSG`. ``` layout.allocatorType = vsg::ALLOCATOR_TYPE_NEW_DELETE; ```
I'm sorry,it could be reproduced with this dataset.[spider.zip](https://github.com/user-attachments/files/21917658/spider.zip) Before I modified the `createTile` function, nothing appeared on the screen. After the modification