Posted By
Azathoth Son of Cthulhu
11-22-2023 09:23
Found In
Egroup:
Graphics
\
view thread
You are setting the ColorDiffuse on the fontLayer, not the material. Also, your material is not declared. dim txtStyle as xpTextObject dim fontTitle as xpFont dim fontStyle as xpFontLayerAttrib dim matFont as xpMaterial Self.Project.GetFontByName("FS Title", fontTitle) Self.GetObjectByName("Style", ...
|