gh_vertex_pool LibraryDescriptiongh_vertex_pool is the module that manages a pool of vertices (or an array of vertices). Number of functions: 17
gh_vertex_pool.createDescriptionCreates a vertex pool. LanguagesLua - Python ParametersReturn ValuesCode sample
gh_vertex_pool.vertex_set_positionDescriptionSets the position of a particular vertex. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_vertex_pool.vertex_set_colorDescriptionSets the color of a particular vertex. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_vertex_pool.renderDescriptionRenders a vertex pool. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_vertex_pool.vb_mapDescriptionMaps the GPU memory of the vertex buffer into CPU address space. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_vertex_pool.vb_unmapDescriptionUnmaps the GPU memory of the vertex buffer. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_vertex_pool.vb_set_vertex_positionDescriptionSets the position of a vertex in a mapped GPU memory. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_vertex_pool.vb_get_vertex_positionDescriptionGets the position of a vertex in a mapped GPU memory. LanguagesLua - Python ParametersReturn ValuesCode sample
gh_vertex_pool.vb_set_vertex_colorDescriptionSets the color of a vertex in a mapped GPU memory. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_vertex_pool.vb_get_vertex_colorDescriptionGets the color of a vertex in a mapped GPU memory. LanguagesLua - Python ParametersReturn ValuesCode sample
gh_vertex_pool.vb_set_vertex_normalDescriptionSets the normal of a vertex in a mapped GPU memory. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_vertex_pool.vb_get_vertex_normalDescriptionGets the normal of a vertex in a mapped GPU memory. LanguagesLua - Python ParametersReturn ValuesCode sample
gh_vertex_pool.vb_set_vertex_tangentDescriptionSets the tangent of a vertex in a mapped GPU memory. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_vertex_pool.vb_get_vertex_tangentDescriptionGets the tangent of a vertex in a mapped GPU memory. LanguagesLua - Python ParametersReturn ValuesCode sample
gh_vertex_pool.vertices_to_gpu_bufferDescriptionCopies all vertices to a GPU buffer. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_vertex_pool.vertices_from_gpu_bufferDescriptionCopies all vertices from a GPU buffer to a vertex pool. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_vertex_pool.set_vertex_sourceDescriptionSet the source of the vertices of a vertex pool. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
2013-2015 Geeks3D. All Rights Reserved. .:- G3D Network -:. |