Commit graph

12 commits

Author SHA1 Message Date
shun-iwasawa
3812bacda5 fix maddin200 pointed problems part2 2022-04-01 14:26:34 -04:00
manongjohn
9ab4155230 Refactor Implicit Hold handling 2022-01-22 09:46:28 -05:00
manongjohn
339f98d085 Fix render/preview of mesh deformed implicit cells 2022-01-15 16:55:46 -05:00
Jeremy Bullock
e8bd04b132
Fix Plastic Rendering on 16 bit (#314) 2020-10-07 22:26:39 -06:00
shun-iwasawa
b08db1990c stop using global context (#1785) 2018-03-05 20:52:40 -07:00
Konstantin Dmitriev
d5d1aceea7 Fix Linux build (#1751) 2018-01-23 15:08:50 +09:00
shun_iwasawa
7e52a2e788 enlarge plastic texture 2018-01-12 21:12:24 +09:00
Shinya Kitaoka
2a7129aa92 use std::unique_ptr<> instead of std::auto_ptr<> (#601) 2016-07-20 21:49:32 +09:00
Shinya Kitaoka
120a6e041c apply clang-format 2016-06-15 15:43:10 +09:00
Shinya Kitaoka
9eb50de5fe Use std functions (#297)
* use std functions

* replace toInt        to std::stoi
* replace toDouble     to std::stod
* replace toString     to std::to_string
* replace toWideString to std::to_wstring

* fix for MacOS

* cosmetic change
2016-06-07 16:06:00 +09:00
Shinya Kitaoka
3bfa549e8b remove "using"
- using std::string;
- using std::wstring;
- using std::ostream;
- using std::istream;
- using std::iostream;
- using std::ostrstream;
- using std::istrstream;
- using std::fstream;
2016-04-21 16:23:15 +09:00
Toshihiro Shimizu
890dddabbd first commit 2016-03-19 02:57:51 +09:00