Skip to content

Commit

Permalink
BillboardEffect: Update parameter name case
Browse files Browse the repository at this point in the history
  • Loading branch information
loonaticx authored Oct 11, 2023
1 parent 0f19a4f commit a2f7ca1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions programming/render-effects/billboard.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,12 @@ yourself:
.. code-block:: python
myEffect = BillboardEffect.make(
upVector=vec3,
eyeRelative=bool,
axialRotate=bool,
up_vector=vec3,
eye_relative=bool,
axial_rotate=bool,
offset=float,
lookAt=nodepath,
lookAtPoint=point3
look_at=nodepath,
look_at_point=point3,
fixed_depth=bool
)
myNodePath.node().setEffect(myEffect)

0 comments on commit a2f7ca1

Please sign in to comment.