* Fixed directory not found when saving Mesh previews (my bad, I was testing)
parent
e70da2e174
commit
fcc23be577
|
@ -56,7 +56,7 @@ namespace OpenSim.Region.Physics.Meshing
|
||||||
// Setting baseDir to a path will enable the dumping of raw files
|
// Setting baseDir to a path will enable the dumping of raw files
|
||||||
// raw files can be imported by blender so a visual inspection of the results can be done
|
// raw files can be imported by blender so a visual inspection of the results can be done
|
||||||
// const string baseDir = "rawFiles";
|
// const string baseDir = "rawFiles";
|
||||||
private const string baseDir = "rawFiles";
|
private const string baseDir = null; //"rawFiles";
|
||||||
private const float DEG_TO_RAD = 0.01745329238f;
|
private const float DEG_TO_RAD = 0.01745329238f;
|
||||||
|
|
||||||
// TODO: unused
|
// TODO: unused
|
||||||
|
|
Loading…
Reference in New Issue