[Tutorial] How to render the sun and the moon [World Renderer]

Started by sumeshi0216 on

Topic category: User side tutorials

Last seen on 02:30, 16. May 2024
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[Tutorial] How to render the sun and the moon [World Renderer]
Sun, 05/12/2024 - 03:28 (edited)

In order to render the sun and the moon, you will need to use an event trigger "Graphics - Render sky."

The following procedures allow you to render the sun and the moon. There are the procedures in a procedure list "Graphics procedures - Sky."

  • Size: It is a texture size.
  • Color: It is a texture color.
  • Phase: It is whether the texture has phases like the moon. If you need the phases, a texture with 8 mapped textures as below is required.
  • Constant: If it is false, the texture will be invisible when it rains or snows. If not false, the texture will always be visible.

 

 

Moreover, you will need to set a texture before rendering as follows.

There is the procedure "Set texture" in a procedure list "Graphics procedures - Texture."

 

Furthermore, in order to set the angle, use a procedure "Render texture in the sky."

There is the procedure in a procedure list "Graphics procedures - Sky."

  • Size: It is a texture size.
  • Yaw/Pitch/Roll: The are texture angles.
  • Color: It is a texture color.
  • Constant: If it is false, the texture will be invisible when it rains or snows. If not false, the texture will always be visible.
Edited by sumeshi0216 on Sun, 05/12/2024 - 03:28
Last seen on 08:26, 16. May 2024
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I remove the light…
Thu, 01/11/2024 - 10:45

How do I remove the light from the sky? 

https://imgur.com/a/WlpyOdG

When i turn around one direction the sky is normal, but when I turn around the other way, it is brighter.

Last seen on 00:41, 17. May 2024
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I select which…
Thu, 01/11/2024 - 23:00

How do I select which texture the moon should be
(I have 4 different moons and I want to make different dimensions with them)

Last seen on 04:46, 14. Mar 2024
Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do i call the textures ?…
Fri, 01/12/2024 - 04:13

how do i call the textures ? just like on the older versions?

Last seen on 04:46, 14. Mar 2024
Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
if i want a moon and a sun,…
Fri, 01/12/2024 - 04:44

if i want a moon and a sun, both with custom textures, do i need 2 procedures (renderSky) or can i set both on same procedure?

Last seen on 02:30, 16. May 2024
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
To BryAstro: The colors of…
Sat, 01/13/2024 - 02:34

To BryAstro:

The colors of sunrise and sunset are defined with the fog color. So you will need to alter the fog color using an event trigger "Compute fog color"

Last seen on 02:30, 16. May 2024
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
To Hygerian: The texture of…
Sat, 01/13/2024 - 02:41

To Hygerian:

The texture of the moon phases need to be 8 textures. So for 4 textures, you will need to line up two each of same textures

Last seen on 02:30, 16. May 2024
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
To ninjawizard1234: Textures…
Sat, 01/13/2024 - 02:51

To ninjawizard1234:

Textures can be used using a procedure "Set texture". Also, it is possible to use different textures before each of rendering

Last seen on 04:46, 14. Mar 2024
Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
thats pretty good man, again…
Sat, 01/13/2024 - 05:23

thats pretty good man, again congratulations for this work, this plugin is awesome