Castor3D 0.17.0
Multiplatform 3D engine
Public Attributes | List of all members
castor3d::SceneNodeCreateInfo Struct Reference

#include <SceneModule.hpp>

Collaboration diagram for castor3d::SceneNodeCreateInfo:
Collaboration graph
[legend]

Public Attributes

castor::NotNullT< Scenescene
 
SceneNodeparentNode {}
 
castor::Point3f position {}
 
castor::Quaternion orientation { castor::Quaternion::identity() }
 
castor::Point3f scale { 1.0f, 1.0f, 1.0f }
 
bool isStatic { false }
 

Member Data Documentation

◆ isStatic

bool castor3d::SceneNodeCreateInfo::isStatic { false }

◆ orientation

castor::Quaternion castor3d::SceneNodeCreateInfo::orientation { castor::Quaternion::identity() }

◆ parentNode

SceneNode* castor3d::SceneNodeCreateInfo::parentNode {}

◆ position

castor::Point3f castor3d::SceneNodeCreateInfo::position {}

◆ scale

castor::Point3f castor3d::SceneNodeCreateInfo::scale { 1.0f, 1.0f, 1.0f }

◆ scene

castor::NotNullT< Scene > castor3d::SceneNodeCreateInfo::scene

The documentation for this struct was generated from the following file: