mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
typo
This commit is contained in:
parent
1353827116
commit
f77cd81fcd
@ -2970,7 +2970,7 @@ do_issue_texture() {
|
|||||||
texcoord_index | D3DTSS_TCI_CAMERASPACEPOSITION);
|
texcoord_index | D3DTSS_TCI_CAMERASPACEPOSITION);
|
||||||
texcoord_dimensions = 3;
|
texcoord_dimensions = 3;
|
||||||
|
|
||||||
const TexCoord3 &v = _target_tex_gen->get_constant_value(stage);
|
const LTexCoord3 &v = _target_tex_gen->get_constant_value(stage);
|
||||||
CPT(TransformState) squash =
|
CPT(TransformState) squash =
|
||||||
TransformState::make_pos_hpr_scale(v, LVecBase3::zero(),
|
TransformState::make_pos_hpr_scale(v, LVecBase3::zero(),
|
||||||
LVecBase3::zero());
|
LVecBase3::zero());
|
||||||
|
@ -3826,7 +3826,7 @@ update_standard_texture_bindings() {
|
|||||||
texcoord_index | D3DTSS_TCI_CAMERASPACEPOSITION);
|
texcoord_index | D3DTSS_TCI_CAMERASPACEPOSITION);
|
||||||
texcoord_dimensions = 3;
|
texcoord_dimensions = 3;
|
||||||
|
|
||||||
const TexCoord3 &v = _target_tex_gen->get_constant_value(stage);
|
const LTexCoord3 &v = _target_tex_gen->get_constant_value(stage);
|
||||||
CPT(TransformState) squash =
|
CPT(TransformState) squash =
|
||||||
TransformState::make_pos_hpr_scale(v, LVecBase3::zero(),
|
TransformState::make_pos_hpr_scale(v, LVecBase3::zero(),
|
||||||
LVecBase3::zero());
|
LVecBase3::zero());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user