Class RenderSceneDataExtension
This class allows for a RenderSceneData implementation to be made in GDExtension.
- Inheritance
-
RenderSceneDataExtension
Remarks
This class allows for a RenderSceneData implementation to be made in GDExtension.
Methods
_get_cam_projection
Qualifiers: virtualconst
Implement this in GDExtension to return the camera Projection.
Projection _get_cam_projection
_get_cam_transform
Qualifiers: virtualconst
Implement this in GDExtension to return the camera Transform3D.
Transform3D _get_cam_transform
_get_uniform_buffer
Qualifiers: virtualconst
Implement this in GDExtension to return the RID of the uniform buffer containing the scene data as a UBO.
RID _get_uniform_buffer
_get_view_count
Qualifiers: virtualconst
Implement this in GDExtension to return the view count.
int _get_view_count
_get_view_eye_offset(int)
Qualifiers: virtualconst
Implement this in GDExtension to return the eye offset for the given view
.
Vector3 _get_view_eye_offset(int view)
Parameters
view
int
_get_view_projection(int)
Qualifiers: virtualconst
Implement this in GDExtension to return the view Projection for the given view
.
Projection _get_view_projection(int view)
Parameters
view
int