'DeclarationPublic Function New( _ ByVal ObjFileName As System.String _ )
public DicomLabel3D( System.string ObjFileName )
Parameters
- ObjFileName
'DeclarationPublic Function New( _ ByVal ObjFileName As System.String _ )
public DicomLabel3D( System.string ObjFileName )
Although this constructor points to an individual file, the associated material and texture files must also be present in the same directory, and they will be accessed automatically.
DICOM uses a strict convention for the axes: +X=Left, +Y=Back and +Z=Head. Whilst the convention for OBJ files is not well defined, most models assume +X=Left, +Y=Head and +Z=front, so this method supplies a default 90 dgree rotation about the X axis to bring them into alignment.
The OBJ file implmentation uses vertices, normals and colour or textures to render the images but a few advanced aspects such as specular maps or transparency are not supported.