7 lines
137 B
C++
Executable file
7 lines
137 B
C++
Executable file
#include "SDFTorusProperties.h"
|
|
|
|
FSDFTorusProperties::FSDFTorusProperties() {
|
|
this->Radius = 0.00f;
|
|
this->TubeRadius = 0.00f;
|
|
}
|
|
|