MCPcopy Create free account
hub / github.com/cmower/optas / obj

Method obj

optas/visualize.py:784–829  ·  view source on GitHub ↗

! 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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

Calls 2

set_tfMethod · 0.95
appendMethod · 0.80

Tested by

no test coverage detected