jMonkeyEngine 3 Tutorial (2) issues - red box not showing

<cite>@Taurus said:</cite>

is that what it looks as soon as you run it?

It should look like this (also notice the camera position relative to the boxes)

Just run visualize only the blue cube as in the image.

<cite>@Taurus said:</cite> The project name is the same, but the name of the class is HelloNode with its own code.

How are you running it? As someone else hinted, if you run it with the “Run project” then it is still running the mygame.Main project which is just a blue cube. You either have to reset the main class for the project or run the class itself instead of the project.

Hello, I put the comments in MyGame -> Main.java and now works correctly.
How do I make the class HelloNode.java as the main class? :affe:

It is in the settings for the projects (open up the project properties) or you can just right click the class and run it directly (so long as you have a main in that class).

Thanks!!! :smiley: