Nocturnal(ver. Alpha)

Scene Settings

Objects

Materials

Textures

Post-Processing (coming someday...)

Scene

color
opacity
axes helper
grid helper

Ambient Light

enabled
color
intensity

Camera

Position

x
This parameter accept a math expression.

e.g.
  • - cos(PI / 2)
  • - sin(time)
  • - scrollY * 0.5
  • - (randomOnce - 0.5) * 10

The math expression is evaluated with mathjs.evaluate() function.

y
This parameter accept a math expression.

e.g.
  • - cos(PI / 2)
  • - sin(time)
  • - scrollY * 0.5
  • - (randomOnce - 0.5) * 10

The math expression is evaluated with mathjs.evaluate() function.

z
This parameter accept a math expression.

e.g.
  • - cos(PI / 2)
  • - sin(time)
  • - scrollY * 0.5
  • - (randomOnce - 0.5) * 10

The math expression is evaluated with mathjs.evaluate() function.

Look at

x
This parameter accept a math expression.

e.g.
  • - cos(PI / 2)
  • - sin(time)
  • - scrollY * 0.5
  • - (randomOnce - 0.5) * 10

The math expression is evaluated with mathjs.evaluate() function.

y
This parameter accept a math expression.

e.g.
  • - cos(PI / 2)
  • - sin(time)
  • - scrollY * 0.5
  • - (randomOnce - 0.5) * 10

The math expression is evaluated with mathjs.evaluate() function.

z
This parameter accept a math expression.

e.g.
  • - cos(PI / 2)
  • - sin(time)
  • - scrollY * 0.5
  • - (randomOnce - 0.5) * 10

The math expression is evaluated with mathjs.evaluate() function.

fov
near
far
orbit controls

{{ capitalize(selectedObject.type) }}

name

Geometry

{{ paramName }}

Transform

Material

material
color
intensity
distance

Clone

active
count
variables
index: 0 ~ {{ selectedObject.clone.count - 1 }}
length: {{ selectedObject.clone.count }}

Particles

active

{{ capitalize(selectedMaterial.type) }} material

name
color
opacity
wireframe
metalness
roughness
side
blending
depth buffer
vertex shader

Error: {{ shaderError.vsError }}

fragment shader

Error: {{ shaderError.fsError }}

textures in shader
map
alpha map
matcap
ao map
ao map intensity
displacement map
displacement scale
metalness map
roughness map
normal map
normal scale

{{ capitalize(selectedTexture.type) }}

name
name in shader
{{ selectedTexture.nameInShader }}
image
repeat x
repeat y
  • time : {{ Math.round(mathValues.time) }}sec
  • fps : {{ Math.round(mathValues.fps * 10) / 10 }}
  • windowWidth : {{ Math.round(mathValues.windowWidth) }}px
  • windowHeight : {{ Math.round(mathValues.windowHeight) }}px
  • scrollX : {{ mathValues.scrollX }}px
  • scrollY : {{ mathValues.scrollY }}px
  • smoothScrollX : {{ Math.round(mathValues.smoothScrollX * 10) / 10 }}px
  • smoothScrollY : {{ Math.round(mathValues.smoothScrollY * 10) / 10 }}px
  • mouseX : {{ mathValues.mouseX }}px
  • mouseY : {{ mathValues.mouseY }}px
  • smoothMouseX : {{ Math.round(mathValues.smoothMouseX * 10) / 10 }}px
  • smoothMouseY : {{ Math.round(mathValues.smoothMouseY * 10) / 10 }}px
  • randomOnce : 0~1
  • top (W) : 20
  • left (A) : 20
  • down (S) : 20
  • right (D) : 20