提交历史

作者 SHA1 备注 提交日期
  Mr.doob 764d3c08bf Object3D: Setting parent to null by default. See #6987. 10 年之前
  Mr.doob 6935047df8 CSS3DRenderer: Clean up. 10 年之前
  Mr.doob efc969aa95 Merge branch 'patch-1' of https://github.com/wzr1337/three.js into dev 10 年之前
  Patrick 3c2db27041 Update CSS3DRenderer.js 10 年之前
  Mr.doob f3d48d072b Reverted to console.log() in renderer constructors. See #6287. 10 年之前
  Jan Waller 90dd7cc0d3 #5791 Use unified Log,Warn & Error handlers, rather than directly using console.error/warn/log 10 年之前
  Elisée Maurer ecd0ddd1a1 Set prototype.constructor for all derived classes 10 年之前
  Mr.doob d6f4520911 CSS3DRenderer: Cache styles. Fixes #4941. 11 年之前
  Mr.doob a1f50ed7fd Added labels to PDBLoader example. Fixes #4846. 11 年之前
  Mr.doob 219c07680d CSS3DRenderer: I don’t think the elements need preserve-3d. 11 年之前
  Mr.doob 6b61c40fa3 Added dummy setClearColor to CSS3DRenderer. 11 年之前
  Mr.doob 975b5f07dc CSS3DRenderer: Removed now unneeded public cameraElement. 12 年之前
  Mr.doob c3b5c2da0e CSS3DRenderer: Apparently perspectiveOrigin is not needed anymore? 12 年之前
  Mr.doob 2a0264d231 CSS3DObject now notifies its children of removal. 12 年之前
  Mr.doob 03759e1e40 Object3D now dispatching added/removed events when object is removed from it's parent. CSS3D can nore auto-remove DOM elements. See #3575. 12 年之前
  Mr.doob 1838bae46c CSS3DRenderer: Fixed undeclared var. Closes #3398. 12 年之前
  Mr.doob d79e3dc23e Removed Projected dependency in CSS3DRenderer. 12 年之前
  Mr.doob 8d7d0f17e0 Renamed Matrix4's .extractPosition() and .extractRotation() to .copyPosition() and .copyRotation(). 12 年之前
  Mr.doob 2c948037b9 Merge remote-tracking branch 'bhouston/dev' into dev 12 年之前
  Ben Houston 6e0d2115ca adopting THREE.Math.degToRad/radToDeg for code readability. 12 年之前
  Joshua Koo ef4004f16b Make CSS3DRenderer respect CSS3DSprite scale 12 年之前
  Mr.doob b29d8393be CSS3DRenderer: Reverting to String concats. 12 年之前
  Ben Adams 17f6d3cd64 Slightly faster string construction 12 年之前
  Ben Adams 4061f08f37 Recalc scene before using matrix 12 年之前
  Mr.doob d27a1bccc4 Simplified CSS3DRenderer Object3D CSSMatrix. Thanks @brendankenny. 12 年之前
  Mr.doob 0fe4a8737b Refactored CSS3D billboard implementation. 12 年之前
  alteredq 36ecec28c8 CSS3DRenderer: fixed bug in billboard matrix creation. 12 年之前
  alteredq bf1b7dea2a CSS3DRenderer: constructing a proper billboard matrix. 12 年之前
  alteredq 20029be18b CSS3DRenderer: added quick and dirty billboard option. 12 年之前
  Mr.doob 63bfeadef5 CSS3DRenderer: Unprefixed styles. 12 年之前