! Load .obj file. @param obj_filename The filename for the .obj file. @param png_texture_filename The texture filename. @param position The position of the object. @param orientation Orientation of the object, either a quaternion or Euler angles. @param euler
(
self,
obj_filename: str,
png_texture_filename: str = None,
position: ArrayType = [0.0, 0.0, 0.0],
orientation: ArrayType = [0.0, 0.0, 0.0],
euler_seq: str = "xyz",
euler_degrees: bool = False,
)
source not stored for this graph (policy: none)
no test coverage detected