mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
display: Fix docstring formatting
This commit is contained in:
parent
d3bb769a36
commit
babd3a070d
@ -904,8 +904,10 @@ update_shader_matrix_cache(Shader *shader, LVecBase4f *cache, int altered) {
|
|||||||
/**
|
/**
|
||||||
* The gsg contains a large number of useful matrices:
|
* The gsg contains a large number of useful matrices:
|
||||||
*
|
*
|
||||||
* * the world transform, * the modelview matrix, * the cs_transform, * etc,
|
* - the world transform,
|
||||||
* etc.
|
* - the modelview matrix,
|
||||||
|
* - the cs_transform,
|
||||||
|
* - etc, etc.
|
||||||
*
|
*
|
||||||
* A shader can request any of these values, and furthermore, it can request
|
* A shader can request any of these values, and furthermore, it can request
|
||||||
* that various compositions, inverses, and transposes be performed. The
|
* that various compositions, inverses, and transposes be performed. The
|
||||||
@ -915,7 +917,8 @@ update_shader_matrix_cache(Shader *shader, LVecBase4f *cache, int altered) {
|
|||||||
*
|
*
|
||||||
* Some values, like the following, aren't matrices:
|
* Some values, like the following, aren't matrices:
|
||||||
*
|
*
|
||||||
* * window size * texture coordinates of card center
|
* - window size
|
||||||
|
* - texture coordinates of card center
|
||||||
*
|
*
|
||||||
* This routine can fetch these values as well, by shoehorning them into a
|
* This routine can fetch these values as well, by shoehorning them into a
|
||||||
* matrix. In this way, we avoid the need for a separate routine to fetch
|
* matrix. In this way, we avoid the need for a separate routine to fetch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user