]> gitweb.factorcode.org Git - factor.git/blob - extra/game/models/models-docs.factor
Switch to https urls
[factor.git] / extra / game / models / models-docs.factor
1 ! Copyright (C) 2010 Erik Charlebois
2 ! See https://factorcode.org/license.txt for BSD license.
3 USING: help.markup help.crossref help.stylesheet help.topics help.syntax
4 definitions io prettyprint summary arrays math sequences vocabs strings
5 see ;
6 IN: game.models
7
8 HELP: model
9 { $class-description "Tuple of a packed attribute buffer, index buffer, vertex format and material suitable for a single OpenGL draw call." } ;