q3map

package
v0.0.0-...-87b5bfd Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2021 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Brush

type Brush struct {
	Defs []*BrushDef
}

type BrushDef

type BrushDef struct {
	Points  [5]math32.Vector3
	Texture string
	Unk1    string
	Unk2    string
	Unk3    string
}

type Entity

type Entity struct {
	ClassName string
	Origin    math32.Vector3
	Light     string
	Brushes   []*Brush
}

type Q3Map

type Q3Map struct {
	Entities []*Entity
}

func Decode

func Decode(r io.ReadSeeker) (*Q3Map, error)

Jump to

Keyboard shortcuts

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