NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
scn_leaf.hpp
1
#pragma once
2
3
#include <lib/nw4r/g3d/scn_obj.hpp>
4
5
namespace
nw4r {
6
namespace
g3d
{
7
8
class
ScnLeaf
:
public
ScnObj
{
9
public
:
10
nw4r::math::VEC3
mScale;
11
12
void
SetScale(
float
x,
float
y,
float
z) { mScale.x = x; mScale.y = y; mScale.z = z; }
13
void
SetScale(
const
nw4r::math::VEC3
&scale) { mScale = scale; }
14
15
NW4R_G3D_TYPE_OBJ_DECL(
ScnLeaf
);
16
};
17
18
}
// namespace g3d
19
}
// namespace nw4r
nw4r::g3d::ScnLeaf
Definition
scn_leaf.hpp:8
nw4r::g3d::ScnObj
Definition
scn_obj.hpp:12
nw4r::g3d
3D graphics drawing library.
Definition
docgroup.h:10
nw4r::math::VEC3
A three-dimensional floating point vector.
Definition
vec.hpp:22
include
lib
nw4r
g3d
scn_leaf.hpp
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.13.2