mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
added hpr print
This commit is contained in:
parent
289824359b
commit
a9439db14d
@ -143,6 +143,7 @@ write(ostream &out, unsigned int indent) const {
|
||||
out.width(indent+2); out<<""; out<<"_velocity "<<_velocity<<"\n";
|
||||
out.width(indent+2); out<<""; out<<"(implicit velocity "<<get_implicit_velocity()<<")\n";
|
||||
out.width(indent+2); out<<""; out<<"_orientation "<<_orientation<<"\n";
|
||||
out.width(indent+2); out<<""; out<<"(hpr "<<_orientation.get_hpr()<<")\n";
|
||||
out.width(indent+2); out<<""; out<<"_rotation "<<_rotation<<"\n";
|
||||
out.width(indent+2); out<<""; out<<"_terminal_velocity "<<_terminal_velocity<<"\n";
|
||||
out.width(indent+2); out<<""; out<<"_mass "<<_mass<<"\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user