mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 19:37:01 +00:00
Some missing from merge.
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
ec939a5bce
commit
f4be15a7af
1895 changed files with 160408 additions and 53601 deletions
|
|
@ -25,7 +25,7 @@ namespace G3D {
|
|||
#pragma float_control( precise, off )
|
||||
#endif
|
||||
|
||||
bool Intersect::rayAABox(const Ray& ray, const AABox& box) {
|
||||
bool __fastcall Intersect::rayAABox(const Ray& ray, const AABox& box) {
|
||||
switch (ray.classification) {
|
||||
case Ray::MMM:
|
||||
|
||||
|
|
@ -331,7 +331,7 @@ bool Intersect::rayAABox(const Ray& ray, const AABox& box) {
|
|||
}
|
||||
|
||||
|
||||
bool Intersect::rayAABox(const Ray& ray, const AABox& box, float& time) {
|
||||
bool __fastcall Intersect::rayAABox(const Ray& ray, const AABox& box, float& time) {
|
||||
|
||||
switch (ray.classification) {
|
||||
case Ray::MMM:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue