mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
Merge branch 'release/1.10.x'
This commit is contained in:
commit
592f2b7d6e
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -353,10 +353,10 @@ jobs:
|
|||||||
- name: Get thirdparty packages (macOS)
|
- name: Get thirdparty packages (macOS)
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
curl -O https://www.panda3d.org/download/panda3d-1.10.11/panda3d-1.10.11-tools-mac.tar.gz
|
curl -O https://www.panda3d.org/download/panda3d-1.10.13/panda3d-1.10.13-tools-mac.tar.gz
|
||||||
tar -xf panda3d-1.10.11-tools-mac.tar.gz
|
tar -xf panda3d-1.10.13-tools-mac.tar.gz
|
||||||
mv panda3d-1.10.11/thirdparty thirdparty
|
mv panda3d-1.10.13/thirdparty thirdparty
|
||||||
rmdir panda3d-1.10.11
|
rmdir panda3d-1.10.13
|
||||||
(cd thirdparty/darwin-libs-a && rm -rf rocket)
|
(cd thirdparty/darwin-libs-a && rm -rf rocket)
|
||||||
- name: Set up Python 3.9
|
- name: Set up Python 3.9
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
|
13
BACKERS.md
13
BACKERS.md
@ -2,20 +2,12 @@
|
|||||||
|
|
||||||
This is a list of all the people who are contributing financially to Panda3D. If you'd like to join them, visit [our campaign on OpenCollective](https://opencollective.com/panda3d)!
|
This is a list of all the people who are contributing financially to Panda3D. If you'd like to join them, visit [our campaign on OpenCollective](https://opencollective.com/panda3d)!
|
||||||
|
|
||||||
## Gold Sponsors
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
* [tcdude](https://opencollective.com/tizilogic)
|
|
||||||
|
|
||||||
## Bronze Sponsors
|
## Bronze Sponsors
|
||||||
|
|
||||||
[<img src="https://www.panda3d.org/wp-content/uploads/2021/02/changecrab_logo.png" alt="ChangeCrab" height="48">](https://changecrab.com/) 
|
[<img src="https://www.panda3d.org/wp-content/uploads/2021/02/changecrab_logo.png" alt="ChangeCrab" height="48">](https://changecrab.com/) 
|
||||||
|
|
||||||
* [Mitchell Stokes](https://opencollective.com/mitchell-stokes)
|
|
||||||
* [Daniel Stokes](https://opencollective.com/daniel-stokes)
|
* [Daniel Stokes](https://opencollective.com/daniel-stokes)
|
||||||
* [David Rose](https://opencollective.com/david-rose)
|
* [David Rose](https://opencollective.com/david-rose)
|
||||||
* [ChangeCrab](https://changecrab.com)
|
|
||||||
|
|
||||||
## Benefactors
|
## Benefactors
|
||||||
|
|
||||||
@ -24,17 +16,16 @@ This is a list of all the people who are contributing financially to Panda3D. I
|
|||||||
* Sam Edwards
|
* Sam Edwards
|
||||||
* Max Voss
|
* Max Voss
|
||||||
* Hawkheart
|
* Hawkheart
|
||||||
* Dan Mlodecki
|
* Veronica
|
||||||
|
|
||||||
## Enthusiasts
|
## Enthusiasts
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
* Eric Thomson
|
* Eric Thomson
|
||||||
* Kyle Roach
|
|
||||||
* Brian Lach
|
* Brian Lach
|
||||||
* C0MPU73R
|
|
||||||
* Maxwell Dreytser
|
* Maxwell Dreytser
|
||||||
|
* SureBet
|
||||||
|
|
||||||
## Backers
|
## Backers
|
||||||
|
|
||||||
|
@ -136,7 +136,7 @@ macOS
|
|||||||
-----
|
-----
|
||||||
|
|
||||||
On macOS, you will need to download a set of precompiled thirdparty packages in order to
|
On macOS, you will need to download a set of precompiled thirdparty packages in order to
|
||||||
compile Panda3D, which can be acquired from [here](https://www.panda3d.org/download/panda3d-1.10.12/panda3d-1.10.12-tools-mac.tar.gz).
|
compile Panda3D, which can be acquired from [here](https://www.panda3d.org/download/panda3d-1.10.13/panda3d-1.10.13-tools-mac.tar.gz).
|
||||||
|
|
||||||
After placing the thirdparty directory inside the panda3d source directory,
|
After placing the thirdparty directory inside the panda3d source directory,
|
||||||
you may build Panda3D using a command like the following:
|
you may build Panda3D using a command like the following:
|
||||||
|
@ -908,11 +908,9 @@ update_shader_vertex_arrays(ShaderContext *prev, bool force) {
|
|||||||
stride, client_pointer);
|
stride, client_pointer);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (divisor > 0) {
|
_glgsg->set_vertex_attrib_divisor(p, divisor);
|
||||||
_glgsg->set_vertex_attrib_divisor(p, divisor);
|
}
|
||||||
}
|
else {
|
||||||
|
|
||||||
} else {
|
|
||||||
// It's a conventional vertex attribute. Ugh.
|
// It's a conventional vertex attribute. Ugh.
|
||||||
#ifdef SUPPORT_FIXED_FUNCTION
|
#ifdef SUPPORT_FIXED_FUNCTION
|
||||||
switch (p) {
|
switch (p) {
|
||||||
|
@ -2515,9 +2515,7 @@ update_shader_vertex_arrays(ShaderContext *prev, bool force) {
|
|||||||
stride, client_pointer);
|
stride, client_pointer);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (divisor > 0) {
|
_glgsg->set_vertex_attrib_divisor(p, divisor);
|
||||||
_glgsg->set_vertex_attrib_divisor(p, divisor);
|
|
||||||
}
|
|
||||||
|
|
||||||
++p;
|
++p;
|
||||||
client_pointer += element_stride;
|
client_pointer += element_stride;
|
||||||
|
@ -31,6 +31,7 @@ classifiers =
|
|||||||
author = Panda3D Team
|
author = Panda3D Team
|
||||||
author_email = etc-panda3d@lists.andrew.cmu.edu
|
author_email = etc-panda3d@lists.andrew.cmu.edu
|
||||||
project_urls =
|
project_urls =
|
||||||
|
Download=https://www.panda3d.org/download/
|
||||||
Source=https://github.com/panda3d/panda3d
|
Source=https://github.com/panda3d/panda3d
|
||||||
Tracker=https://github.com/panda3d/panda3d/issues
|
Tracker=https://github.com/panda3d/panda3d/issues
|
||||||
Documentation=https://www.panda3d.org/manual/
|
Documentation=https://www.panda3d.org/manual/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user