Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • CreatiCode
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

CreatiCode Scratch Forum

  1. CreatiCode Forum
  2. Test
  3. test new 1

test new 1

Scheduled Pinned Locked Moved Test
4 Posts 4 Posters 1.8k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • CreatiCodeI Offline
    CreatiCodeI Offline
    CreatiCode
    wrote on last edited by
    #1

    A 3D “scene” is similar to a 2D “stage” in Scratch. It is a pre-built virtual world with some background, objects, lighting, and cameras, so you just need to add new objects/characters specific to your project into this world. For example, a “city” scene may contain buildings and roads.

    https://s3.amazonaws.com/media-p.slid.es/uploads/947564/images/9217269/pasted-from-clipboard.png" width="600" style="border-radius: 5px; border: 1px solid #29622d;">

     

    Key Block 1

    https://s3.amazonaws.com/media-p.slid.es/uploads/947564/images/9229014/pasted-from-clipboard.png" width="400" style="">

    • Scene Name: By default, an “Empty” scene will be loaded with no objects in it. You can select a different scene by clicking the “Empty” input field, which will pop up a library window for you to browse and select a new scene.

    • Hidden Mode: By default, the scene is not hidden when it is created. You can set it to be hidden instead by selecting “yes”. To reveal the scene later, you can use the show 3D scene block.

     

    Behavior

    When running this block, the 3D scene will be downloaded into your browser and then drawn on the stage window. For larger scenes, such as the “city”, it will take longer to download and draw it.

    Program execution will pause at this block, and continue to the next block when the scene is ready.

     

    Example

    Program:

    https://s3.amazonaws.com/media-p.slid.es/uploads/947564/images/9215433/blocks__13_.png" width="400" style="filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));">

    Output:

    https://s3.amazonaws.com/media-p.slid.es/uploads/947564/images/9217319/grass1.gif" width="400" style="border-radius: 5px; border: 1px solid #29622d;">

     

    Key Block 2

    https://s3.amazonaws.com/media-p.slid.es/uploads/947564/images/9229208/pasted-from-clipboard.png" width="400" style="">

    • Visible Mode: If “yes”, then the 3D scene will become visible; if “no”, then the 3D scene will be hidden.

     

    Behavior

    When running this block, the 3D scene will become visible or hidden immediately. This is useful if you want to hide the 3D scene initially and reveal it later. You may also use this block to switch from 3D mode to 2D mode, such as displaying a 2D splash screen or animation.

     

    Example

    Program:

    https://s3.amazonaws.com/media-p.slid.es/uploads/947564/images/9229210/code.png" width="400" style="filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));">

    Output:

    https://s3.amazonaws.com/media-p.slid.es/uploads/947564/images/9229212/hidden.gif" width="400" style="border-radius: 5px; border: 1px solid #29622d;">

    Run it yourself:
    https://play.creaticode.com/projects/a288e7d0063ff84a45e66da5

     

    Demos

     
    Build and run your first 3D program:
     
    https://s3.amazonaws.com/media-p.slid.es/uploads/947564/images/9158971/c4b.gif" width="1000" style="border-radius: 5px; border: 1px solid #29622d;">

     
    Change the size of the 3D window:
     
    https://s3.amazonaws.com/media-p.slid.es/uploads/947564/images/9158997/f22.gif" width="1000" style="border-radius: 5px; border: 1px solid #29622d;">

     

    See Also

    Using an Orbit Camera for Scene Navigation

    silvloveS 1 Reply Last reply
    0
    • CreatiCodeI CreatiCode

      A 3D “scene” is similar to a 2D “stage” in Scratch. It is a pre-built virtual world with some background, objects, lighting, and cameras, so you just need to add new objects/characters specific to your project into this world. For example, a “city” scene may contain buildings and roads.

      https://s3.amazonaws.com/media-p.slid.es/uploads/947564/images/9217269/pasted-from-clipboard.png" width="600" style="border-radius: 5px; border: 1px solid #29622d;">

       

      Key Block 1

      https://s3.amazonaws.com/media-p.slid.es/uploads/947564/images/9229014/pasted-from-clipboard.png" width="400" style="">

      • Scene Name: By default, an “Empty” scene will be loaded with no objects in it. You can select a different scene by clicking the “Empty” input field, which will pop up a library window for you to browse and select a new scene.

      • Hidden Mode: By default, the scene is not hidden when it is created. You can set it to be hidden instead by selecting “yes”. To reveal the scene later, you can use the show 3D scene block.

       

      Behavior

      When running this block, the 3D scene will be downloaded into your browser and then drawn on the stage window. For larger scenes, such as the “city”, it will take longer to download and draw it.

      Program execution will pause at this block, and continue to the next block when the scene is ready.

       

      Example

      Program:

      https://s3.amazonaws.com/media-p.slid.es/uploads/947564/images/9215433/blocks__13_.png" width="400" style="filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));">

      Output:

      https://s3.amazonaws.com/media-p.slid.es/uploads/947564/images/9217319/grass1.gif" width="400" style="border-radius: 5px; border: 1px solid #29622d;">

       

      Key Block 2

      https://s3.amazonaws.com/media-p.slid.es/uploads/947564/images/9229208/pasted-from-clipboard.png" width="400" style="">

      • Visible Mode: If “yes”, then the 3D scene will become visible; if “no”, then the 3D scene will be hidden.

       

      Behavior

      When running this block, the 3D scene will become visible or hidden immediately. This is useful if you want to hide the 3D scene initially and reveal it later. You may also use this block to switch from 3D mode to 2D mode, such as displaying a 2D splash screen or animation.

       

      Example

      Program:

      https://s3.amazonaws.com/media-p.slid.es/uploads/947564/images/9229210/code.png" width="400" style="filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));">

      Output:

      https://s3.amazonaws.com/media-p.slid.es/uploads/947564/images/9229212/hidden.gif" width="400" style="border-radius: 5px; border: 1px solid #29622d;">

      Run it yourself:
      https://play.creaticode.com/projects/a288e7d0063ff84a45e66da5

       

      Demos

       
      Build and run your first 3D program:
       
      https://s3.amazonaws.com/media-p.slid.es/uploads/947564/images/9158971/c4b.gif" width="1000" style="border-radius: 5px; border: 1px solid #29622d;">

       
      Change the size of the 3D window:
       
      https://s3.amazonaws.com/media-p.slid.es/uploads/947564/images/9158997/f22.gif" width="1000" style="border-radius: 5px; border: 1px solid #29622d;">

       

      See Also

      Using an Orbit Camera for Scene Navigation

      silvloveS Offline
      silvloveS Offline
      silvlove
      Mod Helper
      wrote on last edited by
      #2

      @info-creaticode
      What tutorial was this used for?

      Forums Moderator.
      Trans girl :3 ~ 14yo
      Friendly and sometimes goofy~!

      JaecadeJnightJ 1 Reply Last reply
      0
      • silvloveS silvlove

        @info-creaticode
        What tutorial was this used for?

        JaecadeJnightJ Offline
        JaecadeJnightJ Offline
        JaecadeJnight
        Mod Helper
        wrote on last edited by
        #3

        @luna teaching?

        #LLJW
        <span style="color:white;background-image:linear-gradient(to right, lightblue, navy)">My name is Jeff</span>

        silvloveS 1 Reply Last reply
        0
        • JaecadeJnightJ JaecadeJnight

          @luna teaching?

          silvloveS Offline
          silvloveS Offline
          silvlove
          Mod Helper
          wrote on last edited by
          #4

          @jeffreyrb03-gmail
          No, I mean what tutorial in the Tutorials subcategory.

          Forums Moderator.
          Trans girl :3 ~ 14yo
          Friendly and sometimes goofy~!

          1 Reply Last reply
          1

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • CreatiCode