Fixed transparent model rendering
Former-commit-id: da363be3b19951ae49996fe9d05998420e80911f
This commit is contained in:
@@ -62,6 +62,11 @@ NzVector3f NzCamera::GetEyePosition() const
|
||||
return GetPosition(nzCoordSys_Global);
|
||||
}
|
||||
|
||||
NzVector3f NzCamera::GetForward() const
|
||||
{
|
||||
return NzNode::GetForward();
|
||||
}
|
||||
|
||||
float NzCamera::GetFOV() const
|
||||
{
|
||||
return m_fov;
|
||||
|
||||
Reference in New Issue
Block a user