kyouryuukunn / renpy-ActionEditor

This is 3D camera functions and GUI Action Editor for Ren'py
58 stars 10 forks source link

More detailed required for using the 3d camera #6

Open limiteddays opened 3 years ago

limiteddays commented 3 years ago

Still not sure about how to use 3d camera and defining the background. Is it possible to get some more information about it?

init python: register_3d_layer('background', 'middle', 'forward')

not quite sure about this part

thanks! 👍

kyouryuukunn commented 3 years ago
def register_3d_layer(*layers):
    """
     :doc: camera

     Register layers as 3D layers. Only 3D layers will be affected by camera
     movement and 3D layer transforms. This should be called in an init
     block. If no layers are registered as 3D layers, the 'master' layer
     will become a 3D layer by default.

     `layers`
      This should be a string or a group of strings naming registered layers.
     """