Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New extension: ExtraRenderingControl #1482

Closed
3 tasks done
Kravataf opened this issue Jan 5, 2025 · 4 comments
Closed
3 tasks done

New extension: ExtraRenderingControl #1482

Kravataf opened this issue Jan 5, 2025 · 4 comments
Labels
✨ New extension A new extension

Comments

@Kravataf
Copy link

Kravataf commented Jan 5, 2025

Description

Currently it adds 1 action (also 1 condition).

threejsscrnshot1
basically as of right now the only thing you can do with this extension is change/check how and what faces are going to be rendered

Action:
image

Condition:
image

Showcase of how it works:
image
(this is my game im working on) but as you can see setting the siderendering to 1 (back) only renders the backfaces of the cubes.

Im going to add more features to this extension in the future but yeah.. Thats all for now

How to use the extension

As i showed in previous screenshots, when you add the action just select the 3d box you want to change the rendering of and set a value between 0 and 2. same goes for the condition. Theres no need to add any behavior to any object or anything

action
Screenshot 2025-01-05 185709

condition
Screenshot 2025-01-05 185516

Checklist

  • I've followed all of the best practices.
  • I confirm that this extension can be integrated to this GitHub repository, distributed and MIT licensed.
  • I am aware that the extension may be updated by anyone, and do not need my explicit consent to do so.

What tier of review do you aim for your extension?

Community (Unreviewed)

Example file

ExampleERC.zip

I made a simple example of a spinning cube where you can change how the sides/faces are being rendered by pressing 0, 1, 2

(backside)
Screenshot 2025-01-05 191032

(frontside)
Screenshot 2025-01-05 191025

Extension file

ExtraRenderingControl.zip

@Kravataf Kravataf added the ✨ New extension A new extension label Jan 5, 2025
Copy link
Contributor

github-actions bot commented Jan 5, 2025

👋 Thanks for your submission! Unfortunately, all submitted extensions have to meet some minimal quality standard - the extension best practices - and our system has found that your extension does not fully comply 😔. You can find all of those rules on the GDevelop wiki.

The following issues have been found by the system concerning the respect of those best practices by your extension:

  ⟶ ❌ [Dots in sentences]: Field 'shortDescription' of the extension description misses a dot at the end of the sentence!
  ⟶ ❌ [Filled out names and descriptions]: Required field 'description' of the function 'sideRendering' is not filled out!
  ⟶ ❌ [Filled out names and descriptions]: Required field 'fullName' of the function 'isRenderingSide' is not filled out!
  ⟶ ❌ [Filled out names and descriptions]: Required field 'description' of the function 'isRenderingSide' is not filled out!
  ⟶ ❌ [PascalCase for internals names]: Internal name 'sideRendering' should begin with an uppercase letter (SideRendering)!
  ⟶ ❌ [PascalCase for internals names]: Internal name 'isRenderingSide' should begin with an uppercase letter (IsRenderingSide)!

Please update your original submission post with a new zip file containing your extensions updated to follow those guidelines 🙏

Copy link
Contributor

github-actions bot commented Jan 5, 2025

👋 Thanks for your submission! Unfortunately, all submitted extensions have to meet some minimal quality standard - the extension best practices - and our system has found that your extension does not fully comply 😔. You can find all of those rules on the GDevelop wiki.

The following issues have been found by the system concerning the respect of those best practices by your extension:

  ⟶ ❌ [Dots in sentences]: Field 'sentence' of the function 'SideRendering' has a dot, but it is forbidden there!
  ⟶ ❌ [Dots in sentences]: Field 'description' of the function 'SideRendering' misses a dot at the end of the sentence!
  ⟶ ❌ [Dots in sentences]: Field 'description' of the function 'IsRenderingSide' misses a dot at the end of the sentence!

Please update your original submission post with a new zip file containing your extensions updated to follow those guidelines 🙏

1 similar comment
Copy link
Contributor

github-actions bot commented Jan 5, 2025

👋 Thanks for your submission! Unfortunately, all submitted extensions have to meet some minimal quality standard - the extension best practices - and our system has found that your extension does not fully comply 😔. You can find all of those rules on the GDevelop wiki.

The following issues have been found by the system concerning the respect of those best practices by your extension:

  ⟶ ❌ [Dots in sentences]: Field 'sentence' of the function 'SideRendering' has a dot, but it is forbidden there!
  ⟶ ❌ [Dots in sentences]: Field 'description' of the function 'SideRendering' misses a dot at the end of the sentence!
  ⟶ ❌ [Dots in sentences]: Field 'description' of the function 'IsRenderingSide' misses a dot at the end of the sentence!

Please update your original submission post with a new zip file containing your extensions updated to follow those guidelines 🙏

@Kravataf
Copy link
Author

Kravataf commented Jan 5, 2025

uhh so is it submitted now?

@Kravataf Kravataf closed this as completed Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ New extension A new extension
Projects
None yet
Development

No branches or pull requests

1 participant