Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GltfLoader ¶
type GltfLoader struct {
// contains filtered or unexported fields
}
func (*GltfLoader) Cleanup ¶
func (t *GltfLoader) Cleanup(a *app.App)
Cleanup is called once at the end of the demo.
func (*GltfLoader) Start ¶
func (t *GltfLoader) Start(a *app.App)
Start is called once at the start of the demo.
type LoaderCollada ¶
type LoaderCollada struct {
// contains filtered or unexported fields
}
func (*LoaderCollada) Cleanup ¶
func (t *LoaderCollada) Cleanup(a *app.App)
Cleanup is called once at the end of the demo.
func (*LoaderCollada) Start ¶
func (t *LoaderCollada) Start(a *app.App)
Start is called once at the start of the demo.
Click to show internal directories.
Click to hide internal directories.