MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / ScaleSet

Method ScaleSet

src/SB/Game/zNPCGlyph.cpp:467–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467void NPCGlyph::ScaleSet(xVec3* scale)
468{
469 if (scale != NULL)
470 {
471 xVec3Copy(&scl_glyph, scale);
472 flg_glyph |= (1 << 6);
473 }
474 else
475 {
476 xVec3 one = { 1.0f, 1.0f, 1.0f };
477 xVec3Copy(&scl_glyph, &one);
478 flg_glyph &= ~(1 << 6);
479 }
480}
481
482void NPCGlyph::RotSet(xVec3* ang, S32 doautospin)
483{

Callers 2

GlyphStartMethod · 0.80
EnterMethod · 0.80

Calls 1

xVec3CopyFunction · 0.85

Tested by

no test coverage detected