mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[12632] Revert previous commit (see Notes)
This commit is contained in:
parent
1cd806c02e
commit
ef445ea523
1462 changed files with 9689 additions and 7080 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/**
|
||||
/*
|
||||
@file PrecomputedRandom.h
|
||||
|
||||
@maintainer Morgan McGuire, http://graphics.cs.williams.edu
|
||||
|
|
@ -69,7 +69,7 @@ public:
|
|||
*/
|
||||
PrecomputedRandom(const HemiUniformData* data1, const SphereBitsData* data2, int dataSize, uint32 seed = 0xF018A4D2);
|
||||
|
||||
/**
|
||||
/*
|
||||
\param dataSize Number of random numbers that can be requested before periodicity. Must be a power of 2.
|
||||
*/
|
||||
PrecomputedRandom(int dataSize, uint32 seed = 0xF018A4D2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue