Skip to content

Releases: NotEnoughPhotons/NEDebug

v0.0.4

06 Apr 03:53
093988e

Choose a tag to compare

Changelog

  • Properly implemented NEDraw.DrawCylinder
  • Properly implemented NEDraw.DrawSphere
  • Added ZTest command

v0.0.3

25 Mar 03:16

Choose a tag to compare

v0.0.3 Pre-release
Pre-release

Changelog

  • Redone the entire naming scheme because of a namespace conflict

API Changes

  • NEDebug is now NEDraw for draw functions
  • NEDebug.Logger became NELog for logging functions

v0.0.2

25 Mar 02:47

Choose a tag to compare

v0.0.2 Pre-release
Pre-release

Changelog

  • Redid the DrawDisc function to look more visually appealing
  • Moved drawing function logic around internally

Drawing functions

  • NEDebug.DrawDisc
  • NEDebug.DrawCylinder
  • NEDebug.DrawSphere (DOESN'T WORK)
  • NEDebug.DrawRay (from last version)

v0.0.1

24 Mar 04:51

Choose a tag to compare

v0.0.1 Pre-release
Pre-release
  • Initial release of NEDebug

Getting Started

All debugging library functions are stored in a static class named NEDebug.

Here are all of the functions you can use:

Logging

  • NEDebug.Logger.Log
  • NEDebug.Logger.Warning
  • NEDebug.Logger.Error

Drawing

  • NEDebug.DrawLine
  • NEDebug.DrawPlane (WIP)
  • NEDebug.DrawBox