yvt eabb77fcce
Update VoxelModel
- Use `unique_ptr` instead of manually memory management
- All of its methods now perform bounds checking in release builds. The
  exception is `*Unchecked` methods.
- Use an anonymous namespace for local definitions in `VoxelModel.cpp`
- `VoxelModel::LoadKV6` methods now returns `Handle<_>` and accepts
  `IStream &`.
- Delete the copy constructor and assignment operator
- Remove debug code
2019-07-23 21:39:56 +09:00
..
2019-07-23 19:31:24 +09:00
2014-04-01 02:18:28 +09:00
2017-08-18 18:25:40 +09:00
2019-07-17 00:31:00 +09:00
2013-11-16 01:34:37 +01:00
2013-11-23 02:50:02 +09:00
2013-11-16 01:34:37 +01:00
2013-11-16 01:34:37 +01:00
2013-11-16 01:34:37 +01:00
2013-11-16 01:34:37 +01:00
2013-11-16 01:34:37 +01:00
2017-02-25 21:19:19 +09:00
2017-02-25 21:19:19 +09:00
2017-01-30 01:02:40 +09:00
2018-10-13 14:43:49 +09:00
2017-01-30 01:02:40 +09:00
2014-02-14 16:20:42 +09:00
2019-07-23 21:39:56 +09:00