2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module Grid3D
|
2014-03-20 10:21:28 +08:00
|
|
|
-- @extend GridBase
|
2014-03-18 15:55:30 +08:00
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
--------------------------------
|
|
|
|
-- overload function: create(size_table)
|
|
|
|
--
|
|
|
|
-- overload function: create(size_table, cc.Texture2D, bool)
|
|
|
|
--
|
|
|
|
-- @function [parent=#Grid3D] create
|
|
|
|
-- @param self
|
|
|
|
-- @param #size_table size
|
|
|
|
-- @param #cc.Texture2D texture2d
|
|
|
|
-- @param #bool bool
|
|
|
|
-- @return Grid3D#Grid3D ret (retunr value: cc.Grid3D)
|
|
|
|
|
2014-03-18 15:55:30 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#Grid3D] calculateVertexPoints
|
|
|
|
-- @param self
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#Grid3D] blit
|
|
|
|
-- @param self
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#Grid3D] reuse
|
|
|
|
-- @param self
|
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#Grid3D] Grid3D
|
|
|
|
-- @param self
|
|
|
|
|
|
|
|
return nil
|