Click or drag to resize

Samples and Tutorials

Modifying NeoAxis EngineManual / Samples and Tutorials_

Samples and Tutorials

Contents
Overview

NeoAxis SDK includes many sample demo scenes, you also can download City Demo and Nature Demo from Start page.

By means Player App you can easy to check out all scenes.

Screenshot999999624.png
City Demo.scene

Samples\City Demo\City Demo.scene

The demo shows Road, Building, Traffic System, Vehicle, Demo Mode.

Screenshot999999999999999999999999116.png
Screenshot999999999999999999999999097.png
Nature Demo.scene

Samples\Nature Demo\Nature Demo.scene

The demo shows Plant Type, Terrain, Demo Mode.

Screenshot999999999999999999999999088.png
Simple Game

Samples\Simple Game\SimpleGameLevel1.scene

A simple game where need to click on objects.

  • This example is made completely in NeoAxis editor. UI Editor, C# Editor and Scene Editor were used.
  • Selecting objects by mouse.
  • Drawing simple geometry in 3D.
  • Loading another scene.
  • Updating of UI controls from the code.
  • Displaying screen messages.
  • Creating button click event handler.
Screenshot999999676.png
Screenshot999999673.png
Battle Demo.scene

Samples\Battle Demo\Battle Demo.scene

The demo shows Vehicle, Vehicle AI.

Screenshot999999999999999999999999119.png
Character.scene

Samples\Starter Content\Scenes\Character.scene

The demo of a first person mode, Character, Character AI, Weapon.

Screenshot999999999885.png
Spaceship control 2D.scene

Samples\Starter Content\Scenes\Spaceship control 2D.scene

  • 2D scene.
  • Object in the scene control by the player. Custom Input Processing class.
  • C# scripts.
  • Joystick input.
Screenshot999999999879.png
Character 2D.scene

Samples\Starter Content\Scenes\Character 2D.scene

The demo shows Character 2D, Weapon 2D, Character 2D AI, Button, Regulator.

Screenshot999999999999201.png

Check out more demos in "Samples\Starter Content\Scenes" folder in the Player App.

See also
Modifying NeoAxis Engine_