gonchar
a23d4f795e
added sampler states for working with compressed texture(while using
...
-swf-version==17,18,19), small refactoring in ATFResource
2013-02-05 22:32:56 +01:00
makc
88f998a517
null reference fix for mesh with isolated vertices
...
http://forum.alternativaplatform.com/index.php?showtopic=4478&hl=
2013-01-25 18:23:31 +01:00
Yaski
c8830481cb
agalVersion option in ShaderProgram constructor
2013-01-19 21:57:04 +06:00
Yaski
64e7463d00
Fix coding style
2013-01-18 16:17:20 +06:00
Yaski
8e7d834a22
Merge branch '8.32.Extended' of https://github.com/gonchar/Alternativa3D into gonchar-8.32.Extended
2013-01-17 22:22:31 +06:00
makc
7a808034a3
removed unassigned variable
...
http://forum.alternativaplatform.com/index.php?showtopic=4412&hl=
2012-12-19 21:51:11 +01:00
gonchar
97221a1c13
AGAL 2 Linker support added. mrt, depth write, conditionals, ddx, ddy,
...
ted
2012-12-16 19:42:51 +01:00
Andrey Kopysov
eb525b22db
Merge pull request #33 from wilsonsilva/master
...
Performance update using object and array literals
2012-12-12 20:49:52 -08:00
Andrey Kopysov
8efebdbd15
Merge pull request #22 from ChrisDenham/master
...
Populate ParserMaterial glossiness when parsing 3DS
2012-12-12 20:48:27 -08:00
makc
0f5897cea2
pre-init of userData
2012-12-12 23:26:21 +01:00
makc
5ed4708034
+ minor queue optimization
...
+ reordered parseAsync params to group them logically
2012-11-29 21:26:03 +01:00
makc
be72116dc8
async dae parsing
2012-11-29 09:08:20 +01:00
makc
4a4d18ab61
Fixes issue #40
2012-11-26 12:43:36 +01:00
hyzhak
749acd4a24
fix bugs with new ASC2.0 compiler
2012-11-22 12:41:22 +01:00
NordonOscillius
9e9c3be3f6
Update src/alternativa/engine3d/shadows/OmniLightShadow.as
...
The removeCaster() method was fixed: it seems like removing a caster from the end of the _casters vector won't work. For example, if _casters has only one element then calling
_casters[0] = _casters.pop();
will first remove that element from vector (with pop() method) and then add it again with the same index.
Метод removeCaster() был исправлен: похоже, удаление с его помощью последнего объекта из вектора _casters не сработает. Например, если вектор _casters имеет всего один элемент, то выполнение
_casters[0] = _casters.pop();
сначала удалит тот элемент из вектора (_casters.pop()), а затем добавит его вновь с тем же индексом.
2012-10-28 14:59:41 +03:00
Dmitry Kravtsov
16ea5e0414
Bugfix: Uploading of partialy uploaded Geometry
...
When Geometry is uploaded, one can add new VertexStream,
which would cause a Runtime error during next upload (null reference)
2012-10-25 14:48:57 +11:00
Wilson Silva
0966767ae0
Performance update using object and array literals
...
The object and array literals are faster than the 'new' keyword.
2012-10-09 15:42:56 +01:00
Aleksey Fomkin
32e1c6c683
animation export fix
2012-09-29 16:39:54 +04:00
makc
389dd040a8
Update src/alternativa/engine3d/resources/ATFTextureResource.as
...
dxt1 support http://forum.alternativaplatform.com/posts/list/10174.page#77706
2012-09-25 23:14:53 +03:00
ffelini
b0d92f1090
Update src/alternativa/engine3d/shadows/DirectionalLightShadow.as
...
removeCaster methods added
2012-09-20 13:40:10 +03:00
ChrisDenham
e44f30e69d
Merge pull request #1 from ChrisDenham/patch-1
...
Add glossiness to ParserMaterial.as
2012-09-11 08:01:52 -07:00
ChrisDenham
3a0058ea02
Use glossiness from 3DS when creating ParserMaterial.
2012-09-11 16:42:44 +02:00
ChrisDenham
6fc8814032
Add glossiness to ParserMaterial.as
2012-09-11 16:36:26 +02:00
artem pecheny
4fb82d17fb
Add @private tag for alternativa3d namespace fields
2012-09-10 19:28:00 +06:00
makc
d7bf93a4c8
Update src/alternativa/engine3d/materials/StandardMaterial.as
...
http://forum.alternativaplatform.com/posts/list/10122.page#77398
2012-09-07 20:51:47 +03:00
Leonid Gaev
5a704e8ebc
Merge remote-tracking branch 'origin/master'
2012-08-31 17:52:24 +06:00
Yaski
329b596073
Update version
2012-08-20 21:49:02 +06:00
Yaski
f226a7c103
Fixed wrong caching of lights programs for many lights
2012-08-20 21:01:05 +06:00
artem pecheny
7616a8783a
Revert "Object3DUtils -> Utils"
...
This reverts commit 7de7fa62a8 .
Conflicts:
src/alternativa/engine3d/utils/Object3DUtils.as
2012-08-17 20:01:38 +06:00
Yaski
31ad1bc824
Object3DUtils restored in old place
2012-08-17 19:15:01 +06:00
Leonid Gaev
dead1e1fdc
renamed Utils -> Object3DUtils
2012-08-17 15:17:01 +06:00
Yaski
0a8b4d6ad5
Parser3DS: code style checking
2012-08-16 20:27:02 +06:00
Yaski
8b2791f931
Merge branch 'master' of github.com:AlternativaPlatform/Alternativa3D
2012-08-16 20:19:02 +06:00
Andrey Kopysov
24b1f08731
Merge pull request #17 from lanior/master
...
Parser3DS:Replace Array with typed Vector
2012-08-16 07:20:22 -07:00
Yaski
905012d413
Utils -> Object3DUtils
2012-08-16 20:18:19 +06:00
Leonid Gaev
9e3a23ee57
Merge remote-tracking branch 'origin/master'
2012-08-16 15:34:29 +06:00
Leonid Gaev
7de7fa62a8
Object3DUtils -> Utils
2012-08-16 15:34:08 +06:00
Vasiliy Stepanets
238562f8ac
Replace Array with typed Vector
2012-08-15 21:42:02 +11:00
Yaski
eef093f24a
SkyBox refactoring
2012-08-07 15:49:52 +06:00
Yaski
1934ce7171
Clear context after renderToTexture
2012-08-03 01:17:48 +06:00
Yaski
d08989b9b1
Get context properties in Camera3D
2012-07-31 21:53:03 +06:00
Yaski
094bbcd5b7
Fallback materials to simpler
2012-07-31 00:28:22 +06:00
artem pecheny
1cbd3cad2b
Merge remote-tracking branch 'origin/master'
2012-07-30 15:07:08 +06:00
artem pecheny
cffd3bf50d
ASDoc for shadows
2012-07-30 14:57:28 +06:00
artem pecheny
cf4ad582f1
ASDoc for excludeLight
2012-07-30 13:58:00 +06:00
artem pecheny
c05ac77e25
ASDoc
2012-07-30 13:43:34 +06:00
Yaski
c4971892ec
Minor bug fixed: Object3D.toString() truncates class name when in default package.
2012-07-26 17:49:15 +06:00
Yaski
2eba54d993
Minor bug fixed: AnimationClip.slice(), AnimationClip.clone() - animated and loop properties not set for cloned object.
2012-07-26 14:59:29 +06:00
Yaski
18c0e916b8
Mouse events bubbling fixed
2012-07-24 19:50:45 +06:00
Yaski
bddeffa66a
Fixed bug: removing mouse event listener causes mouse events stop working. Use hand cursor fixed.
2012-07-24 19:29:22 +06:00