Documentation ¶
Index ¶
Constants ¶
View Source
const ( Prefix = "tag:goray/" StdPrefix = Prefix + "std/" )
Variables ¶
View Source
var Constructor yamldata.ConstructorMap = yamldata.ConstructorMap{ Prefix + "rgb": yamldata.ConstructorFunc(constructRGB), Prefix + "rgba": yamldata.ConstructorFunc(constructRGBA), Prefix + "vec": yamldata.ConstructorFunc(constructVector), StdPrefix + "objects/mesh": MapConstruct(constructMesh), }
Functions ¶
Types ¶
type MapConstruct ¶
Click to show internal directories.
Click to hide internal directories.