File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -1148,28 +1148,6 @@ procedure R3D_UpdateSprite(sprite: PR3D_Sprite; speed: Single); cdecl; external
1148
1148
*)
1149
1149
procedure R3D_UpdateSpriteEx (sprite: PR3D_Sprite; firstFrame, lastFrame: Integer; speed: Single); cdecl; external { $IFNDEF RAY_STATIC} r3dName{ $ENDIF} name ' R3D_UpdateSpriteEx' ;
1150
1150
1151
- (*
1152
- * @brief Retrieves the current frame's texture coordinates for a sprite.
1153
- *
1154
- * This function returns the `Vector2` representing the top-left corner of the current frame's texture coordinates.
1155
- *
1156
- * @param sprite A pointer to the `R3D_Sprite` to query.
1157
- *
1158
- * @return A `Vector2` containing the current frame's texture coordinates.
1159
- *)
1160
- function R3D_GetCurrentSpriteFrameCoord (const sprite: PR3D_Sprite): TVector2; cdecl; external { $IFNDEF RAY_STATIC} r3dName{ $ENDIF} name ' R3D_GetCurrentSpriteFrameCoord' ;
1161
-
1162
- (*
1163
- * @brief Retrieves the current frame's rectangle for a sprite.
1164
- *
1165
- * This function returns a `Rectangle` representing the dimensions and position of the current frame within the texture.
1166
- *
1167
- * @param sprite A pointer to the `R3D_Sprite` to query.
1168
- *
1169
- * @return A `Rectangle` representing the current frame's position and size.
1170
- *)
1171
- function R3D_GetCurrentSpriteFrameRect (const sprite: PR3D_Sprite): TRectangle; cdecl; external { $IFNDEF RAY_STATIC} r3dName{ $ENDIF} name ' R3D_GetCurrentSpriteFrameRect' ;
1172
-
1173
1151
// --------------------------------------------
1174
1152
// CURVES: Interpolation Curves Functions
1175
1153
// --------------------------------------------
You can’t perform that action at this time.
0 commit comments