graphile

package module
v0.0.0-...-b12cceb Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2015 License: MIT Imports: 6 Imported by: 0

README

Graphile

wercker status Build Status

Graphics files processor

TODO

  • Loaders
    • Waveform(.obj)
    • Polygon(.ply)
    • Stereo Lithography(.stl)
  • Writers
    • WaveForm(.obj)
    • Polygon(.ply)
    • Stereo Lithography(.stl)
  • Command Line

Contribue to the project

To contribuer Just follow the next stepts:

  • Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
  • Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
  • Fork the project
  • Start a feature/bugfix branch
  • Commit and push until you are happy with your contribution
  • It is desired to add some tests for it.

License

The MIT License (MIT)

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GeometryFile

type GeometryFile struct {
	// contains filtered or unexported fields
}

GeometryFile store raw geometry before to compile into a mesh structure

type Mesh

type Mesh struct {
	Name    string    `json:"name"`
	Vertex  []float32 `json:"vertex"`
	Normal  []float32 `json:"normal"`
	Color   []float32 `json:"color"`
	Texture []float32 `json:"texture"`
	Indices []uint32  `json:"indices"`
}

Mesh geometry data representation

func Open

func Open(filepath string) (Mesh, error)

Jump to

Keyboard shortcuts

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