scene

package
v0.0.0-...-e407d5c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 8, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Scene

type Scene interface {
	NewScene() *Scene
	GetRenderables() []renderable.Renderable
	GetRenderablesNoLights() []renderable.Renderable
	GetLights() []renderable.Renderable
}

type Scene1

type Scene1 struct {
	Scene
	Renderables         []renderable.Renderable
	RenderablesNoLights []renderable.Renderable
	Lights              []renderable.Renderable
}

func NewScene

func NewScene() *Scene1

func (Scene1) GetLights

func (s Scene1) GetLights() []renderable.Renderable

func (Scene1) GetRenderables

func (s Scene1) GetRenderables() []renderable.Renderable

func (Scene1) GetRenderablesNoLights

func (s Scene1) GetRenderablesNoLights() []renderable.Renderable

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL